From 0f6b7fb08592a873b7703ff32b700ae7e03a774d Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Fri, 8 Nov 2024 16:24:06 -0600 Subject: [PATCH] Revert "[REVERT BEFORE MERGE] Update dbt-adapters dev req to point to branch with behavior flag changes" This reverts commit 5b9d7f7b14ee73d39c77b20557505f7480d16633. --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 83b2911011b..20605e632b8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ -git+https://github.com/dbt-labs/dbt-adapters.git@microbatch-behavior-flag -git+https://github.com/dbt-labs/dbt-adapters.git@microbatch-behavior-flag#subdirectory=dbt-tests-adapter +git+https://github.com/dbt-labs/dbt-adapters.git@main +git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter git+https://github.com/dbt-labs/dbt-common.git@main git+https://github.com/dbt-labs/dbt-postgres.git@main # black must match what's in .pre-commit-config.yaml to be sure local env matches CI