diff --git a/tools/sgsqlfluff/tools.go b/tools/sgsqlfluff/tools.go index 5d77f7d0..5bbfc1b1 100644 --- a/tools/sgsqlfluff/tools.go +++ b/tools/sgsqlfluff/tools.go @@ -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 }