Skip to content

Commit

Permalink
adding migration dag
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Sep 19, 2023
1 parent f5cbfef commit 00dd441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-sdk/tests_integration/astro_deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN mkdir -p ${AIRFLOW_HOME}/tests
COPY example_dags/ ${AIRFLOW_HOME}/dags/
COPY master_dag.py/ ${AIRFLOW_HOME}/dags/
COPY example_snowflake_cleanup.py/ ${AIRFLOW_HOME}/dags/
COPY astronomer_migration_dag.py/ ${AIRFLOW_HOME}/dags/
COPY tests/ ${AIRFLOW_HOME}/tests/

RUN ls ${AIRFLOW_HOME}/dags/

0 comments on commit 00dd441

Please sign in to comment.