Skip to content

Commit

Permalink
Update config to reflect changes in server paths
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Mar 3, 2023
1 parent a660ce2 commit 7242bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose-cginf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
AIRFLOW__WEBSERVER__WORKERS: 1
# AIRFLOW__LINEAGE__BACKEND: 'datahub_provider.lineage.datahub.DatahubLineageBackend'
# AIRFLOW__LINEAGE__DATAHUB_KWARGS: '{ "datahub_conn_id": "datahub_rest_default", "capture_ownership_info": true, "capture_tags_info": true, "graceful_exceptions": true }'
PYTHONPATH: '/opt/airflow/dags/airflow-dags:/opt/airflow/dags/airflow-dags-detru:/opt/airflow/dags/airflow-dags-delog'
volumes:
- ../airflow-dags/dags:/opt/airflow/dags
- ../airflow-dags/dags:/opt/airflow/dags/airflow-dags
- ../FastETL:/opt/airflow/plugins/FastETL
- ../airflow_commons:/opt/airflow/plugins/airflow_commons
- ../airflow-dags/great_expectations:/opt/airflow/great_expectations
Expand Down

0 comments on commit 7242bf6

Please sign in to comment.