steep-midnight-37232
06/16/2022, 3:52 PMdazzling-judge-80093
06/16/2022, 3:55 PMcapture_executions
property in your airflow config:
⢠capture_executions
(defaults to false): If true, it captures task runs as DataHub DataProcessInstances. This feature only works with Datahub GMS version v0.8.33 or greater.
[lineage]
backend = datahub_provider.lineage.datahub.DatahubLineageBackend
datahub_kwargs = {
"datahub_conn_id": "datahub_rest_default",
"cluster": "prod",
"capture_ownership_info": true,
"capture_tags_info": true,
"capture_executions": true,
"graceful_exceptions": true }
steep-midnight-37232
06/16/2022, 3:58 PMbig-carpet-38439
06/16/2022, 4:04 PMsteep-midnight-37232
06/16/2022, 4:59 PMdazzling-judge-80093
06/16/2022, 5:01 PMsteep-midnight-37232
06/16/2022, 6:17 PM