From a4fc074cfd7f9708998948fd02067623c49b216d Mon Sep 17 00:00:00 2001 From: Doug Beatty Date: Wed, 11 Dec 2024 14:35:01 -0700 Subject: [PATCH] This PR only exists to run tests for dbt-labs/dbt-adapters#110 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3aa52c..9f1aa2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,9 +53,9 @@ path = "dbt/adapters/postgres/__version__.py" [tool.hatch.envs.default] dependencies = [ - "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", + "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@amardatar:update-incremental-merge-for-nullable-fields", "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", - "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter", + "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@amardatar:update-incremental-merge-for-nullable-fields",#subdirectory=dbt-tests-adapter", "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core", "pre-commit==3.7.0", "freezegun",