Releases: dbt-labs/terraform-provider-dbtcloud
Releases · dbt-labs/terraform-provider-dbtcloud
v0.2.8
Fix
- #190 - Allow setting deferral for jobs at the environment level rather than at the job level. This is due to changes in CI in dbt Cloud. Add docs about those changes on the dbtcloud_job resource page
Detailed Changelog
https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md
v0.2.7
v0.2.6
What's Changed
- Feat/license mappings by @b-per in #179
- feat: License Map Resource by @SudoSpartanDan in #178
- Update changelog and add diagram by @b-per in #180
- Add guide with relationships diagram by @b-per in #181
New Contributors
- @SudoSpartanDan made their first contribution in #178
Detailed Changelog: https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md
v0.2.5
What's Changed
Full Code Changelog: v0.2.4...v0.2.5
Detailed Changelog: https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md
v0.2.4
v0.2.3
What's Changed
- Add support for BQ priority and execution project by @b-per in #164
- Add rule to prevent CI in some cases by @b-per in #163
- Replaces .project_id with .id to identify the project id value by @Amphagory in #160
- Update action to remove node warning by @b-per in #166
- Update resource names in docs by @b-per in #165
- Run CI on merge queues by @b-per in #167
- 💚 Fix CI action version by @b-per in #169
- ✨ Add support for notifications (int/ext) by @b-per in #168
New Contributors
- @Amphagory made their first contribution in #160
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Fixes
- 156 Fix the
dbtcloud_connection
for Databricks when updating thehttp_path
orcatalog
+ add integration test - 157 Fix updating an environment with credentials already set + add integration test
Changes
- Add guide to get started with the provider
- Add missing import and fix more docs
- Update docs template to allow using Subcategories later
v0.2.1
v0.2.0
What's Changed
- To follow Terraform conventions and work better with the overall Terraform tooling suite, create copies for the
dbt_cloud_xxx
resources intodbtcloud_xxx
and add instructions that the recommended way is to use thedbtcloud_xxx
resources going forward - The old resource types will be removed from 0.3.0, until then, both types will be allowed
Full Changelog: v0.1.12...v0.2.0