Open nodyke opened 4 years ago
Thanks for opening your first issue here! Be sure to follow the issue template!
Do you think this module will be implemented any time soon ?
If not, It could at least be usefull to add few examples to use custom LineageBackend.
Feel free to contribute to either the module or the examples.
I am willing to spend some time on it.
Nevertheless, it require some change to Operator class, mainly adding a "lineage_data" attribute to every Operator, are you open to this addition ?
It kind of depends on what that attribute would hold, how it will be populated, persisted, and used. The act of adding that attribute should be easy and without negative consequences (just add it to BaseOperator
).
Description
There is a requirement to send lineage info from Apache Airflow to Apache Atlas as a part of data lineage implementation. However, current module which was represented in 1.10 stable version has a few problems:
Use case / motivation
As a part of analytic data platform, auto import of data lineage is needed and the most part of data lineage should be send by Airflow in auto mode. Our module uses old Atlas backend module as a base, but contains fixes and improvements. What was fixed:
Related Issues
AIRFLOW-5912