Releases: dbt-labs/terraform-provider-dbtcloud
Releases · dbt-labs/terraform-provider-dbtcloud
v0.3.2
v0.3.1
Changes
- Add
on_merge
trigger for jobs. The trigger is optional for now but will be required in the future.
Documentation
- Remove mention of
dbt_cloud_xxx
resources in the docs
Detailed Changelog
https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md
v0.3.0
Changes
- Implements muxing to allow both SDKv2 and Plugin Framework resources to work at the same time. This change a bit the internals but shouldn't have any regression.
- Move some resources / datasources to the plugin Framework
- Remove legacy
dbt_cloud_xxx
resources
Detailed Changelog
https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md
v0.2.25
Changes
- Enable OAuth config for Databricks connections
Detailed Changelog
https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md
v0.2.24
v0.2.23
Changes
#244 Better error handling when GitLab repositories are created with a User Token
Fixes
#245 Issues on dbtcloud_job
when modifying an existing job schedule
Detailed Changelog
https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md
v0.2.22
Changes
- #240 Add notice of deprecation for
triggers.custom_branch_only
for jobs and update logic to make it work even though people have it to true or false in their config. We might raise an error if the field is still there in the future. - Update diff calculation for Extended Attributes, allowing strings which are not set with
jsonencode()
- #241 Force recreation of env vars when values change to work with the recent changes in the dbt Cloud API
Documentation
- Add list of permission names and permission codes in the docs of the
service_token
andgroup
- Add info in
dbtcloud_repository
about the need to also create adbtcloud_project_repository
Detailed Changelog
https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md
v0.2.21
Changes
- Flag
fetch_deploy_key
as deprecated fordbtcloud_repository
. The key is always fetched for the genetic git clone approach
Documentations
- Add info about
versionless
dbt environment (Private Beta) - #235 Fix docs on the examples for Fabric credentials
- Update version in the guide
Detailed Changelog
https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md
v0.2.20
Changes
- Add support for job chaining and
job_completion_trigger_condition
(feature is in closed Beta in dbt Cloud as of 5 FEB 2024)
Documentation
- Improve docs for jobs
Detailed Changelog
v0.2.19
Changes
- Update permissions allowed for groups and token to include
job_runner
Documentations
- Add guide on
dbtcloud-terraforming
to import existing resources
Detailed Changelog:
https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md