Skip to content

Commit 7242bf6

Browse files
Update config to reflect changes in server paths
1 parent a660ce2 commit 7242bf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose-cginf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@
5656
AIRFLOW__WEBSERVER__WORKERS: 1
5757
# AIRFLOW__LINEAGE__BACKEND: 'datahub_provider.lineage.datahub.DatahubLineageBackend'
5858
# AIRFLOW__LINEAGE__DATAHUB_KWARGS: '{ "datahub_conn_id": "datahub_rest_default", "capture_ownership_info": true, "capture_tags_info": true, "graceful_exceptions": true }'
59+
PYTHONPATH: '/opt/airflow/dags/airflow-dags:/opt/airflow/dags/airflow-dags-detru:/opt/airflow/dags/airflow-dags-delog'
5960
volumes:
60-
- ../airflow-dags/dags:/opt/airflow/dags
61+
- ../airflow-dags/dags:/opt/airflow/dags/airflow-dags
6162
- ../FastETL:/opt/airflow/plugins/FastETL
6263
- ../airflow_commons:/opt/airflow/plugins/airflow_commons
6364
- ../airflow-dags/great_expectations:/opt/airflow/great_expectations

0 commit comments

Comments
 (0)