Skip to content

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

  • connect commands update skippr-dbt.yaml in the current directory. Run skippr-dbt init first.
  • Sensitive values (passwords, keys, connection strings) should use environment variable references in the config and be set in your shell or .env file.