From eddb4e8316be2a9dcf0c9902fdb2d5fff9f783fc Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Wed, 11 Sep 2024 14:30:47 -0400 Subject: [PATCH] test against dbt-adapters@@base-microbatch-test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0bf1fa1..dfd2232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ 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@base-microbatch-test", "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@base-microbatch-tests#subdirectory=dbt-tests-adapter", "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@event-time-ref-filtering#subdirectory=core",