Skip to content

Releases: dbt-labs/terraform-provider-dbtcloud

v0.3.25

05 Mar 12:56
bf00efd
Compare
Choose a tag to compare

Changes

  • #319 - Add the resource dbtcloud_model_notifications to allow setting model level notifications at the env level
  • Create a new resource for setting Athena credendtials : dbtcloud_athena_credential

v0.3.24

07 Feb 17:36
ef6034d
Compare
Choose a tag to compare

Fixes

  • force new resource for any change to dbtcloud_service_token since the API was updated to prevent changes to existing tokens #343
  • add the ability to define a specific job_type independently of the triggers #345
  • add the ability to define a specific compare_changes_flags in dbtcloud_job #341

Behind the scenes

  • Fix CI pipeline

Full Changelog: v0.3.23...v0.3.24

v0.3.23

28 Jan 22:16
58142ec
Compare
Choose a tag to compare

Changes

  • provider: Update golang.org/x/net dependency #329
  • provider: Update golang.org/x/crypto dependency #328
  • resource/dbtcloud_project: Prevent overwriting connection_id in environments when updating a project #334
  • resource/dbtcloud_job: Add linting config options #310
  • resource/dbtcloud_service_token: Added pagination support for service_token_permissions #280
  • resource/dbtcloud_license_map: Migrate from SDKv2 to Framework #325
  • resource/dbtcloud_environment: Make the default version latest #324
  • data-source/dbtcloud_azure_dev_ops_repository: Migrate from SDKv2 to Framework #323
  • data-source/dbtcloud_azure_dev_ops_project: Migrate from SDKv2 to Framework #321

Detailed Changelog

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

v0.3.23-beta.1

20 Dec 17:44
Compare
Choose a tag to compare
v0.3.23-beta.1 Pre-release
Pre-release

Notes

  • This is a beta release.

Changes

  • provider: Update golang.org/x/net dependency #329
  • provider: Update golang.org/x/crypto dependency #328
  • resource/dbtcloud_license_map: Migrate from SDKv2 to Framework #325
  • resource/dbtcloud_environment: Make the default version latest #324
  • data-source/dbtcloud_azure_dev_ops_repository: Migrate from SDKv2 to Framework #323
  • data-source/dbtcloud_azure_dev_ops_project: Migrate from SDKv2 to Framework #321

Detailed Changelog

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

v0.3.22

07 Nov 09:11
cc7fa2d
Compare
Choose a tag to compare

Changes

  • Add resource dbtcloud_account_features to manage account level features like Advanced CI
  • Add resource dbtcloud_ip_restrictions_rule to manage IP restrictions for customers with access to the feature in dbt Cloud

Detailed Changelog

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

v0.3.21

05 Nov 11:54
29c15f0
Compare
Choose a tag to compare

Changes

  • Allow setting external OAuth config for global connections in Snowflake
  • Add resource dbtcloud_oauth_configuration to define external OAuth integrations

Fixes

  • Fix acceptance test for jobs when using the ability to compare changes

Full Changelog: v0.3.20...v0.3.21

v0.3.20

28 Oct 15:40
aa6be8d
Compare
Choose a tag to compare

Changes

  • #305 - Add the resource dbtcloud_lineage_integration to setup auto-exposures in Tableau
  • Add ability to provide a project description in dbtcloud_project
  • Add ability to enable model query history in dbtcloud_environment

Fixes

  • #309 - Fix the datasource dbtcloud_global_connections when PL is used in some connection

Full Changelog: v0.3.19...v0.3.20

v0.3.19

23 Oct 10:07
fbfa5ae
Compare
Choose a tag to compare

Fixes

  • #306 Allow defining some dbtcloud_databricks_credential when using global connections which don't generate an adapter_id (seed docs for the resource for more details)

Changes

  • Add the ability to compare changes in a dbtcloud_job resource
  • Add deprecation notice for target_name in dbtcloud_databricks_credential as those can't be set in the UI
  • Make versionless the default version for environments, but can still be changed

Full Changelog: v0.3.18...v0.3.19

v0.3.18

26 Sep 12:09
f345654
Compare
Choose a tag to compare

Background changes

Add better error handling instead of panicking when IDs can't be split properly (related to #299)

Full Changelog: v0.3.17...v0.3.18

v0.3.17

25 Sep 20:51
68a36fa
Compare
Choose a tag to compare

Fixes

  • #300 Panic when reading a DBX legacy connection without a catalog
  • Typo in Getting started guide

Full Changelog: v0.3.16...v0.3.17