Skip to content

Commit

Permalink
This PR only exists to run tests for dbt-labs/dbt-adapters#110
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Dec 11, 2024
1 parent a47617d commit a4fc074
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",
"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",
Expand Down

0 comments on commit a4fc074

Please sign in to comment.