mobuchowski commented on issue #17984:
URL: https://github.com/apache/airflow/issues/17984#issuecomment-926503778


   That might be true, and I'm open for suggestions if you think there's better 
place. For 1.10, we subclassed DAG, and that approach is way more brittle.
   
   From my perspective, using LineageBackend is nice, because
   
   1. as LineageBackend developer, it gives me access to context, which 
contains all important metadata I'd want to extract 
   2. as LineageBackend developer, it gives me rather stable API, compared to 
messing with the internals
   3. for users, it's really easy to setup and configure - it does not require 
any change to their existing DAGs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to