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.
2 parents d42a0e2 + 39e2a23 commit 81c18adCopy full SHA for 81c18ad
.github/workflows/ci_lint_package.yml
@@ -50,7 +50,7 @@ jobs:
50
architecture: "x64"
51
52
- name: Install Python packages
53
- run: python -m pip install dbt-snowflake~=1.8.0 sqlfluff-templater-dbt~=2.3.2
+ run: python -m pip install dbt-snowflake~=1.8.0 sqlfluff-templater-dbt~=3.0.0
54
55
- name: Test database connection
56
run: dbt debug
.github/workflows/main_lint_package.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
0 commit comments