We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ae615 commit f3051a9Copy full SHA for f3051a9
.changes/unreleased/Fixes-20250828-132903.yaml
@@ -0,0 +1,3 @@
1
+kind: Fixes
2
+body: Fixed dbt version in gh action
3
+time: 2025-08-28T13:29:03.703205+03:00
testing/cicd/main.tf
@@ -2,7 +2,7 @@ terraform {
required_providers {
dbtcloud = {
4
source = "dbt-labs/dbtcloud"
5
- version = ">= 0.2.0"
+ version = ">= 1.2.0"
6
}
7
8
@@ -38,7 +38,7 @@ resource "dbtcloud_project" "test_project" {
38
resource "dbtcloud_environment" "test_environment" {
39
project_id = dbtcloud_project.test_project.id
40
name = "Test Environment"
41
- dbt_version = "1.7.0"
+ dbt_version = "latest-fusion"
42
type = "development"
43
44
0 commit comments