Skip to content

Commit

Permalink
Bump SQLFluff to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 23, 2024
1 parent a7e77c9 commit af233c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ plugins:
path: $DUCKDB_PATH
- name: sqlfluff
variant: sqlfluff
pip_url: dbt-core~=1.7.0 dbt-duckdb~=1.7.0 sqlfluff>=3.0.6 sqlfluff-templater-dbt>=3.0.6 duckdb==0.10.2
pip_url: dbt-core~=1.8.0 dbt-duckdb~=1.8.0 sqlfluff>=3.0.7 sqlfluff-templater-dbt>=3.0.7 duckdb==0.10.2
settings:
- name: path
env: DBT_DUCKDB_PATH
Expand Down
2 changes: 1 addition & 1 deletion pkl/main.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ output {
new plugin.Utility {
name = "sqlfluff"
variant = "sqlfluff"
pip_url = "dbt-core~=1.7.0 dbt-duckdb~=1.7.0 sqlfluff>=3.0.6 sqlfluff-templater-dbt>=3.0.6 duckdb==0.10.2"
pip_url = "dbt-core~=1.8.0 dbt-duckdb~=1.8.0 sqlfluff>=3.0.7 sqlfluff-templater-dbt>=3.0.7 duckdb==0.10.2"
settings = List(
new plugin.Setting {
name = "path"
Expand Down

0 comments on commit af233c8

Please sign in to comment.