File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1
1
ARG BASE_CONTAINER=meltano/meltano:v2.17.1-python3.9
2
- #ARG BASE_CONTAINER=meltano/meltano:v2.10.0-python3.9
3
2
# TODO: consider meltano/meltano:v2-python3.9
4
3
# meltano tap-rest-api-msdk requires python ~3.9
5
4
@@ -16,7 +15,6 @@ LABEL org.opencontainers.image.licenses=MIT
16
15
COPY requirements.txt .
17
16
#RUN pip install --upgrade pip
18
17
RUN pip install -r requirements.txt
19
- #duckdb --> numpy-1.23.4
20
18
21
19
# For the healthcheck
22
20
RUN apt update \
@@ -57,18 +55,12 @@ RUN mkdir -p /${MELTANO_PROJ_ROOT}/data/dev/ \
57
55
&& /${MELTANO_PROJ_ROOT}/${DUCKDB_CLI_FOLDER}/duckdb /${MELTANO_PROJ_ROOT}/data/prod/data.duckdb "select * from pg_tables;" \
58
56
&& meltano invoke dbt-duckdb:deps
59
57
60
-
61
- ###RUN chmod -R u+x /project/data/
62
- ###RUN /project/duckdb_cli/duckdb /project/data/dev/data.duckdb "select * from pg_tables;"
63
-
64
58
RUN meltano invoke airflow dags pause stage_gie_dag \
65
59
&& meltano invoke airflow dags pause stage_gie_backfill_dag
66
60
67
61
COPY ./standup/. .
68
62
RUN meltano invoke airflow variables import airflowvariables.json \
69
63
&& meltano invoke superset import-dashboards -p dashboards.zip
70
- ### \
71
- ### && meltano invoke superset import_datasources -p database.zip
72
64
73
65
COPY ./meltano_transform/. /${MELTANO_PROJ_ROOT}/${PROJECT}/transform/
74
66
Original file line number Diff line number Diff line change @@ -179,9 +179,6 @@ plugins:
179
179
markupsafe==2.0.1
180
180
duckdb-engine==0.7.0
181
181
# git+https://github.com/meltano/superset-ext.git@main
182
- # flask==2.0.3 werkzeug==2.0.3 jinja2==3.0.1 wtforms==2.3.3
183
- # cryptography==3.4.7
184
- # markupsafe==2.0.1
185
182
- name : dbt-duckdb
186
183
variant : jwills
187
184
pip_url : dbt-core~=1.4.0 dbt-duckdb~=1.4.0
You can’t perform that action at this time.
0 commit comments