From 6ff4832d8d9013afd804c5cbc23ffd835197f302 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Mon, 14 Oct 2024 12:57:59 -0500 Subject: [PATCH] Fix typo in core branch name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48b910f..8f24197 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@microbatch-project-flag#subdirectory=core", + "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@microbatch-project-flags#subdirectory=core", 'pre-commit==3.7.0;python_version>="3.9"', 'pre-commit==3.5.0;python_version=="3.8"', "freezegun",