Skip to content

Releases: dbt-labs/terraform-provider-dbtcloud

v0.2.24

15 Apr 11:23
c128bd5
Compare
Choose a tag to compare

Fixes

  • #247 Segfault when the env var for the token is empty
  • [Internal] Issue with job_ids required to be set going forward, even if it is empty

Detailed Changelog

https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md

v0.2.23

08 Apr 18:42
29f2e93
Compare
Choose a tag to compare

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

20 Mar 09:52
5069fe2
Compare
Choose a tag to compare

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 and group
  • Add info in dbtcloud_repository about the need to also create a dbtcloud_project_repository

Detailed Changelog

https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md

v0.2.21

26 Feb 23:10
86a5840
Compare
Choose a tag to compare

Changes

  • Flag fetch_deploy_key as deprecated for dbtcloud_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

05 Feb 09:17
aaef44f
Compare
Choose a tag to compare

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

02 Feb 15:47
2c6624e
Compare
Choose a tag to compare

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

v0.2.18

10 Jan 11:32
dcb68b1
Compare
Choose a tag to compare

Changes

  • #229 - fix logic for secret environment variables

Documentation

  • #228 - update docs to replace the non existing dbtcloud_user resource by the existing data.dbtcloud_user data source

Behind the scenes

  • update third party module version following security report

Detailed Changelog:

https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md

v0.2.17

29 Nov 13:57
6becd00
Compare
Choose a tag to compare

0.2.17

Changes

  • #224 - add the resources dbtcloud_fabric_connection and dbtcloud_fabric_credential to allow using dbt Cloud along with Microsoft Fabric
  • #222 - allow users to set Slack notifications from Terraform

Behind the scenes

  • Refactor some of the shared code for Adapters and connections

Detailed Changelog:

https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md

v0.2.16

22 Nov 16:42
d16c272
Compare
Choose a tag to compare

Changes

  • #99 - add the resource environment_variable_job_override to allow environment variable override in jobs
  • Update the go version and packages versions

Fixes

  • #221 - removing the value for an env var scope was not removing it in dbt Cloud
  • add better messages and error handling for jobs

Detailed Changelog:

https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md

v0.2.15

14 Nov 17:19
91f9fa8
Compare
Choose a tag to compare

Changes

  • Update the list of permissions for groups and service tokens

Detailed Changelog:
https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/CHANGELOG.md