Skip to content

Commit

Permalink
Fix SQLFluff check on push to main (#379)
Browse files Browse the repository at this point in the history
* Add CI checks for 1.6

* Add databricks tests

* Specify linter version

* Remove databricks

* Fix main lint
  • Loading branch information
glsdown committed Sep 11, 2023
1 parent 8910738 commit db1b9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_lint_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db1b9b1

Please sign in to comment.