From db1b9b1a4ea08d463bd780fa6c13dcd905dd5c0a Mon Sep 17 00:00:00 2001 From: Gemma Down <52132406+glsdown@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:52:58 +0100 Subject: [PATCH] Fix SQLFluff check on push to main (#379) * Add CI checks for 1.6 * Add databricks tests * Specify linter version * Remove databricks * Fix main lint --- .github/workflows/main_lint_package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_lint_package.yml b/.github/workflows/main_lint_package.yml index 2feaaba1..45985ec2 100644 --- a/.github/workflows/main_lint_package.yml +++ b/.github/workflows/main_lint_package.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v3 - name: Install Python packages - run: python -m pip install dbt-snowflake~=1.6.0 sqlfluff-templater-dbt + run: python -m pip install dbt-snowflake~=1.6.0 sqlfluff-templater-dbt~=2.0.2 - name: Test database connection run: dbt debug