From 12c96bcd236a2ecfb4cbeab44e0b2629e919398d Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Wed, 18 Sep 2024 17:11:32 -0400 Subject: [PATCH] Use dbt-common main --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5c8517d5c1a..561bea0d78b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ git+https://github.com/dbt-labs/dbt-adapters.git@snapshot_column_names git+https://github.com/dbt-labs/dbt-adapters.git@snapshot_column_names#subdirectory=dbt-tests-adapter -git+https://github.com/dbt-labs/dbt-common.git@object_mergebehavior +git+https://github.com/dbt-labs/dbt-common.git@main git+https://github.com/dbt-labs/dbt-postgres.git@snapshot_column_names # black must match what's in .pre-commit-config.yaml to be sure local env matches CI black==24.3.0