Skip to content

1.9.0

Compare
Choose a tag to compare
@datnguye datnguye released this 13 Jan 03:49
· 54 commits to main since this release
d0da492

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

dbterd run --dbt-cloud [-s <dbterd selection>]

📖 See docs here

Under the hood

Full Changelog: 1.8.0...1.9.0