Skip to content

Commit 727b6ba

Browse files
author
Vitor Bellini
committed
[docker-compose] remove datahub env variables
1 parent b719e6a commit 727b6ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose-cginf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
AIRFLOW__EMAIL__DEFAULT_EMAIL_ON_FAILURE: 'false'
5555
AIRFLOW__WEBSERVER__SECRET_KEY: '42'
5656
AIRFLOW__WEBSERVER__WORKERS: 1
57-
AIRFLOW__LINEAGE__BACKEND: 'datahub_provider.lineage.datahub.DatahubLineageBackend'
58-
AIRFLOW__LINEAGE__DATAHUB_KWARGS: '{ "datahub_conn_id": "datahub_rest_default", "capture_ownership_info": true, "capture_tags_info": true, "graceful_exceptions": true }'
57+
# AIRFLOW__LINEAGE__BACKEND: 'datahub_provider.lineage.datahub.DatahubLineageBackend'
58+
# AIRFLOW__LINEAGE__DATAHUB_KWARGS: '{ "datahub_conn_id": "datahub_rest_default", "capture_ownership_info": true, "capture_tags_info": true, "graceful_exceptions": true }'
5959
volumes:
6060
- ../airflow-dags/dags:/opt/airflow/dags
6161
- ../FastETL:/opt/airflow/plugins/FastETL

0 commit comments

Comments
 (0)