Skip to content

Commit

Permalink
REVERT BEFORE MERGE: Temprorarily point at microbatch-behavior-flag b…
Browse files Browse the repository at this point in the history
…ranch of dbt-adapters
  • Loading branch information
QMalcolm committed Oct 21, 2024
1 parent 4555e5d commit f24ac54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ 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@microbatch-behavior-flag",

This comment has been minimized.

Copy link
@QMalcolm

QMalcolm Oct 21, 2024

Author Contributor

Revert before merge

"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-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core",
"dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@microbatch-behavior-flag#subdirectory=dbt-tests-adapter",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@microbatch-project-flags#subdirectory=core",
"pre-commit==3.7.0",
"freezegun",
"pytest",
Expand Down

0 comments on commit f24ac54

Please sign in to comment.