File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
airbyte-integrations/bases/base-normalization Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM fishtownanalytics/dbt:0.19.1
1
+ FROM fishtownanalytics/dbt:0.19.0
2
2
COPY --from=airbyte/base-airbyte-protocol-python:0.1.1 /airbyte /airbyte
3
3
4
4
WORKDIR /airbyte
@@ -14,6 +14,7 @@ RUN pip install .
14
14
15
15
WORKDIR /airbyte/normalization_code
16
16
RUN pip install .
17
+ RUN pip install git+https://github.com/dbeatty10/dbt-mysql@96655ea9f7fca7be90c9112ce8ffbb5aac1d3716#egg=dbt-mysql
17
18
18
19
WORKDIR /airbyte/normalization_code/dbt-template/
19
20
# Download external dbt dependencies
Original file line number Diff line number Diff line change 36
36
"airbyte-protocol" ,
37
37
"pyyaml" ,
38
38
"jinja2" ,
39
- "dbt==0.19.0" ,
40
- "dbt-mysql @ git+https://github.com/dbeatty10/dbt-mysql@96655ea9f7fca7be90c9112ce8ffbb5aac1d3716#egg=dbt-mysql" ,
41
39
],
42
40
package_data = {"" : ["*.yml" ]},
43
41
setup_requires = ["pytest-runner" ],
You can’t perform that action at this time.
0 commit comments