From 75a17b9fa512d1b7e4f2b278aadab5060dcca957 Mon Sep 17 00:00:00 2001 From: mwkha <135808979+mwkha@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:15:47 +1000 Subject: [PATCH 1/2] Use dbt-postgres repo to install postgres plugin --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 5b07514d76b..beda3017743 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -45,7 +45,7 @@ HEALTHCHECK CMD dbt --version || exit 1 WORKDIR /usr/app/dbt/ ENTRYPOINT ["dbt"] -RUN python -m pip install --no-cache-dir "dbt-postgres @ git+https://github.com/dbt-labs/dbt-core@${commit_ref}#subdirectory=plugins/postgres" +RUN python -m pip install --no-cache-dir "dbt-postgres @ git+https://github.com/dbt-labs/dbt-postgres@${commit_ref}" FROM dbt-core as dbt-third-party From 78694bce6a3495350cc7618b276c841ec49136a7 Mon Sep 17 00:00:00 2001 From: mwkha Date: Wed, 3 Jul 2024 13:23:59 +1000 Subject: [PATCH 2/2] Changelog --- .changes/unreleased/Under the Hood-20240703-132347.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Under the Hood-20240703-132347.yaml diff --git a/.changes/unreleased/Under the Hood-20240703-132347.yaml b/.changes/unreleased/Under the Hood-20240703-132347.yaml new file mode 100644 index 00000000000..2e49d0cbdd5 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20240703-132347.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Fix repo location for dockerfile postgres adapter +time: 2024-07-03T13:23:47.635016+10:00 +custom: + Author: mwkha + Issue: NA