Skip to content

Commit 892c4e1

Browse files
Eduardo Laueredulauer
authored andcommitted
new branch with datahub
1 parent ed01a9c commit 892c4e1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ARG PYTHON_DEPS=" \
2828
pytest==6.2.5 \
2929
ckanapi==4.6 \
3030
sharepy==1.3.0 \
31+
acryl-datahub[airflow]==0.8.24 \
3132
"
3233

3334
USER root

docker-compose-cginf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
AIRFLOW__EMAIL__DEFAULT_EMAIL_ON_FAILURE: 'false'
5656
AIRFLOW__WEBSERVER__SECRET_KEY: '42'
5757
AIRFLOW__WEBSERVER__WORKERS: 1
58+
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 }'
5860
volumes:
5961
- ../airflow-dags/dags:/opt/airflow/dags
6062
- ../FastETL:/opt/airflow/plugins/FastETL

0 commit comments

Comments
 (0)