Skip to content

1.9.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@datnguye datnguye released this 06 Jan 10:52
· 55 commits to main since this release
51714a4

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