Skip to content

Commit 57beb58

Browse files
Eduardo Laueredulauer
authored andcommitted
Set env var graceful_exceptions to true
1 parent 892c4e1 commit 57beb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-cginf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
AIRFLOW__WEBSERVER__SECRET_KEY: '42'
5757
AIRFLOW__WEBSERVER__WORKERS: 1
5858
AIRFLOW__LINEAGE__BACKEND: 'datahub_provider.lineage.datahub.DatahubLineageBackend'
59-
AIRFLOW__LINEAGE__DATAHUB_KWARGS: '{ "datahub_conn_id": "datahub_rest_default", "capture_ownership_info": true, "capture_tags_info": true, "graceful_exceptions": false }'
59+
AIRFLOW__LINEAGE__DATAHUB_KWARGS: '{ "datahub_conn_id": "datahub_rest_default", "capture_ownership_info": true, "capture_tags_info": true, "graceful_exceptions": true }'
6060
volumes:
6161
- ../airflow-dags/dags:/opt/airflow/dags
6262
- ../FastETL:/opt/airflow/plugins/FastETL

0 commit comments

Comments
 (0)