Skip to content

Commit

Permalink
Point to the fork
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Dec 11, 2024
1 parent a4fc074 commit 04601b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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@amardatar:update-incremental-merge-for-nullable-fields",
"dbt-adapters @ git+https://github.com/amardatar/dbt-adapters.git@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@amardatar:update-incremental-merge-for-nullable-fields",#subdirectory=dbt-tests-adapter",
"dbt-tests-adapter @ git+https://github.com/amardatar/dbt-adapters.git@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",
Expand Down

0 comments on commit 04601b3

Please sign in to comment.