File tree Expand file tree Collapse file tree 4 files changed +843
-1
lines changed Expand file tree Collapse file tree 4 files changed +843
-1
lines changed Original file line number Diff line number Diff line change @@ -39,5 +39,6 @@ ENV PYTHONPATH="${AIRFLOW_HOME}:$PYTHONPATH"
3939COPY airflow.cfg ${AIRFLOW_HOME}/airflow.cfg
4040COPY --chown=airflow:root dags ${AIRFLOW_HOME}/dags
4141COPY --chown=airflow:root patch/0082_3_1_0_make_bundle_name_not_nullable.py /app/.venv/lib/python3.10/site-packages/airflow/migrations/versions/0082_3_1_0_make_bundle_name_not_nullable.py
42+ COPY --chown=airflow:root patch/dag.py /app/.venv/lib/python3.10/site-packages/airflow/models/dag.py
4243
4344ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ ENV PYTHONPATH="${AIRFLOW_HOME}:$PYTHONPATH"
3939COPY airflow.cfg ${AIRFLOW_HOME}/airflow.cfg
4040COPY --chown=airflow:root dags ${AIRFLOW_HOME}/dags
4141COPY --chown=airflow:root patch/0082_3_1_0_make_bundle_name_not_nullable.py /app/.venv/lib/python3.10/site-packages/airflow/migrations/versions/0082_3_1_0_make_bundle_name_not_nullable.py
42+ COPY --chown=airflow:root patch/dag.py /app/.venv/lib/python3.10/site-packages/airflow/models/dag.py
4243
4344ENV AIRFLOW_TEST_MODE=True
4445
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ services:
9090 fi
9191 restart : " no"
9292 environment :
93- _AIRFLOW_DB_MIGRATE : ' true '
93+ _AIRFLOW_DB_MIGRATE : ' false '
9494
9595volumes :
9696 shared-logs :
You can’t perform that action at this time.
0 commit comments