Skip to content

Commit 89c1f65

Browse files
committed
chore(sinan DAGS): create DAG to fetch dengue data from SINAN
1 parent 722af34 commit 89c1f65

6 files changed

Lines changed: 645 additions & 1 deletion

File tree

containers/airflow/Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,13 @@ RUN /usr/local/bin/python -m virtualenv /opt/envs/py311 --python="/opt/py311/bin
9494
&& source /opt/envs/py311/bin/activate \
9595
&& pip install "cython<3.0.0" \
9696
&& pip install --no-build-isolation "pyyaml<6.0" \
97-
&& pip install -r /opt/envs/pysus.txt
97+
&& pip install \
98+
psycopg2-binary \
99+
"apache-airflow>=2.7.1" \
100+
apache-airflow-providers-celery \
101+
redis \
102+
"dill>=0.3.7" \
103+
-r /opt/envs/pysus.txt
98104

99105
WORKDIR ${AIRFLOW_HOME}
100106

0 commit comments

Comments
 (0)