firebolt-db/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
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 |
| instance-type | Instance type of the running instance | no | "" |
| db_suffix | Suffix to add to db name | no | "" |
| engine-scale | Engine scale | no | 1 |
Outputs
| name | description |
|---|---|
| database_name | Name of created database |
| engine_name | Name of created engine |
| engine_url | Endpoint of created engine |
| stopped_engine_name | Name of created engine in stopped state |
| stopped_engine_url | Endpoint of created engine in stopped state |