From f24ac5412cad4907f547a4c84d79e5ef080329c3 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Fri, 11 Oct 2024 17:03:53 -0500 Subject: [PATCH] REVERT BEFORE MERGE: Temprorarily point at microbatch-behavior-flag branch of dbt-adapters --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3aa52c..64d82de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", "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",