Skip to content

Releases: dbt-labs/terraform-provider-dbtcloud

v0.2.14

14 Nov 12:47
d4909df
Compare
Choose a tag to compare

Changes

  • Fix issues with the repositories connected via GitLab native integration
  • Add ability to configure repositories using the native ADO integration
  • Add data sources for retrieving ADO projects and repositories ID and information

Documentation

  • Show in the main page that provider parameters can be set with env vars
  • Update examples and field descriptions for the repositories

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

v0.2.13

03 Nov 09:16
416d7fd
Compare
Choose a tag to compare

What's Changed

  • New datasource for dbtclod_group_users, to get all users assigned to a group
  • Force new connections when the project_id changes

Docs

  • Updated examples
  • Generating resources chart with d2

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

v0.2.12

11 Oct 21:52
be39ad4
Compare
Choose a tag to compare

v0.2.11 was released before merging the changes

This new release includes the changes to the job resource.

v0.2.11

11 Oct 21:10
8c686c1
Compare
Choose a tag to compare

What's Changed

  • Allow CI jobs to be triggered or not on Draft PRs
  • Additional docs for jobs

Internal fixes

  • Fix CI for databricks credentials
  • Fix dbt version in tests

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

v0.2.10

21 Sep 12:09
c103ae1
Compare
Choose a tag to compare

What's Changed

Fix

  • #197 - Community contribution to handle cases where more than 100 groups are created in dbt Cloud
  • #199 - Update logic to allow finding users by their email addresses in a cases insensitive way
  • #198 - Update some internal logic to call endpoints by their unique IDs instead of looping through answers to avoid issues like #199 and paginate through results for endpoints where we can't query the ID directly

Changes

  • #189 - Allow users to retrieve project data sources by providing project names instead of project IDs. This will return an error if more than 1 project has the given name and takes care of the pagination required for handling more than 100 projects

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

v0.2.9

19 Sep 12:45
dfdaee2
Compare
Choose a tag to compare

Changes

  • Add support for extended attributes for environments (docs), allowing people to add connection attributes available in dbt-core but not in the dbt Cloud interface
  • #191 - Allow setting a description for jobs

Detailed Changelog

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

v0.2.8

18 Sep 14:47
e9ca6cf
Compare
Choose a tag to compare

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

31 Aug 17:46
2e98f13
Compare
Choose a tag to compare

What's Changed

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

v0.2.6

08 Aug 09:40
86cb368
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.2.5

07 Aug 17:14
c710bfd
Compare
Choose a tag to compare

What's Changed

  • New Release 0.2.5 with a few fixes by @b-per in #176

Full Code Changelog: v0.2.4...v0.2.5

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