You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/lineage/airflow.md
+2
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,8 @@ conn_id = datahub_rest_default # or datahub_kafka_default
135
135
| capture_ownership_info | true | If true, the owners field of the DAG will be capture as a DataHub corpuser. |
136
136
| capture_tags_info | true | If true, the tags field of the DAG will be captured as DataHub tags. |
137
137
| capture_executions | true | If true, we'll capture task runs in DataHub in addition to DAG definitions. |
138
+
| datajob_url_link | taskinstance | If taskinstance, the datajob url will be taskinstance link on airflow. It can also be grid.
139
+
|
138
140
| graceful_exceptions | true | If set to true, most runtime errors in the lineage backend will be suppressed and will not cause the overall task to fail. Note that configuration issues will still throw exceptions. |
0 commit comments