Skip to content

Commit

Permalink
fix(sgsqlfluff): pin dbt-core to 1.5.1 in sgsqlfluff
Browse files Browse the repository at this point in the history
  • Loading branch information
noppaz committed Jun 26, 2023
1 parent b9fbd28 commit b175d2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/sgsqlfluff/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ func PrepareCommand(ctx context.Context) error {
pip,
"install",
fmt.Sprintf("dbt-bigquery==%s", dbtBigQueryVersion),
// TODO: remove when sqlfluff is bumped https://github.com/sqlfluff/sqlfluff/issues/4930
fmt.Sprintf("dbt-core==%s", "1.5.1"),
).Run(); err != nil {
return err
}
Expand Down

0 comments on commit b175d2e

Please sign in to comment.