We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1988c9 commit 09382f2Copy full SHA for 09382f2
.gitignore
@@ -18,3 +18,4 @@ env*/
18
19
# But explicitly ignore test.env files
20
test.env
21
+dbt_internal_packages/
dbt_project.yml
@@ -1,7 +1,7 @@
1
name: 'dbt_utils'
2
version: '0.1.0'
3
4
-require-dbt-version: [">=1.3.0", "<2.0.0"]
+require-dbt-version: [">=1.3.0", "<3.0.0"]
5
6
config-version: 2
7
integration_tests/.gitignore
@@ -4,3 +4,4 @@ logs/
.env/
profiles.yml
package-lock.yml
0 commit comments