1.9.0rc1
Pre-release
Pre-release
What's Changed
Add support for dbt Cloud, you're now able to download artifacts from dbt Cloud Admistrative API, instead of compiling locally
Your command looks like:
export DBTERD_DBT_CLOUD_SERVICE_TOKEN=your_value
export DBTERD_DBT_CLOUD_HOST_URL=your_value
export DBTERD_DBT_CLOUD_ACCOUNT_ID=your_value
export DBTERD_DBT_CLOUD_RUN_ID=your_value
export DBTERD_DBT_CLOUD_RUN_ID=your_value
dbterd run --dbt-cloud [-s <dbterd selection>]
See docs here
Under the hood
Full Changelog: 1.8.0...1.9.0rc1