From 666b09ff14165c125235a48d67d0e79ba506bacc Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:34:35 -0500 Subject: [PATCH] update dbt-postgres ref in dev-requirements.txt to point to the monorepo --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4fc278a6..402156e5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ pytest pytest-dotenv 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#subdirectory=dbt-tests-adapter -dbt-postgres@git+https://github.com/dbt-labs/dbt-postgres.git +dbt-postgres@git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-postgres dbt-redshift@git+https://github.com/dbt-labs/dbt-redshift.git dbt-snowflake@git+https://github.com/dbt-labs/dbt-snowflake.git dbt-bigquery@git+https://github.com/dbt-labs/dbt-bigquery.git