skippr-dbt connect¶
Configure a warehouse or data source connection.
Usage¶
skippr-dbt connect warehouse <kind> [flags]
skippr-dbt connect source <kind> [flags]
When flags are omitted, the command prompts interactively.
Warehouses¶
| Kind | Guide |
|---|---|
snowflake |
Connect: Snowflake |
bigquery |
Connect: BigQuery |
Sources¶
| Kind | Guide |
|---|---|
mssql |
Connect: MSSQL |
s3 |
Connect: S3 |
Notes¶
connectcommands updateskippr-dbt.yamlin the current directory. Runskippr-dbt initfirst.- Sensitive values (passwords, keys, connection strings) should use environment variable references in the config and be set in your shell or
.envfile.