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",