Skip to content

Commit 4e2a0dd

Browse files
Move dbt-mysql to Dockerfile (#4459)
1 parent 1c68996 commit 4e2a0dd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

airbyte-integrations/bases/base-normalization/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fishtownanalytics/dbt:0.19.1
1+
FROM fishtownanalytics/dbt:0.19.0
22
COPY --from=airbyte/base-airbyte-protocol-python:0.1.1 /airbyte /airbyte
33

44
WORKDIR /airbyte
@@ -14,6 +14,7 @@ RUN pip install .
1414

1515
WORKDIR /airbyte/normalization_code
1616
RUN pip install .
17+
RUN pip install git+https://github.com/dbeatty10/dbt-mysql@96655ea9f7fca7be90c9112ce8ffbb5aac1d3716#egg=dbt-mysql
1718

1819
WORKDIR /airbyte/normalization_code/dbt-template/
1920
# Download external dbt dependencies

airbyte-integrations/bases/base-normalization/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
"airbyte-protocol",
3737
"pyyaml",
3838
"jinja2",
39-
"dbt==0.19.0",
40-
"dbt-mysql @ git+https://github.com/dbeatty10/dbt-mysql@96655ea9f7fca7be90c9112ce8ffbb5aac1d3716#egg=dbt-mysql",
4139
],
4240
package_data={"": ["*.yml"]},
4341
setup_requires=["pytest-runner"],

0 commit comments

Comments
 (0)