From ffc611133bfbc370a17f62810ede722b1a8014d3 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Mon, 14 Oct 2024 12:50:41 -0500 Subject: [PATCH] Update core dependency to to point at specific branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c88a2d1..48b910f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "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@microbatch-behavior-flag#subdirectory=dbt-tests-adapter", - "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core", + "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@microbatch-project-flag#subdirectory=core", 'pre-commit==3.7.0;python_version>="3.9"', 'pre-commit==3.5.0;python_version=="3.8"', "freezegun",