ptiurin/Setup Firebolt database and engine
Setup Firebolt database with the generated name. Then, setup an engine with the same name, which is attached to the created database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 30, 2021
- License
- None
Pinned Snippet
uses: ptiurin/integration-testing-setup@3a5df99cd5650bf41e7231c53a5102d3473eefde # 0.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| firebolt-username | Firebolt account username | yes | — |
| firebolt-password | Firebolt account password | yes | — |
| api-endpoint | Firebolt api address | no | api.app.firebolt.io |
| region | In which region to create the database | no | us-east-1 |
Outputs
| name | description |
|---|---|
| database_name | Name of created database |
| engine_name | Name of created engine |
| engine_url | Endpoint of created engine |