airflow.providers.informatica.lineage.selective¶
Functions¶
Mark a task (or all tasks in a DAG) to skip automatic lineage detection. |
|
Re-enable automatic lineage detection on a task (or all tasks in a DAG). |
|
Return True when auto lineage has been explicitly disabled on this task. |
Module Contents¶
- airflow.providers.informatica.lineage.selective.disable_informatica_lineage(obj)[source]¶
Mark a task (or all tasks in a DAG) to skip automatic lineage detection.
Has no effect on manually declared inlets and outlets.