NielsZeilemaker commented on issue #5067: [AIRFLOW-4265] Lineage backend did not work normally URL: https://github.com/apache/airflow/pull/5067#issuecomment-481281534 @Fokko @bryanyang0528 the interface/super class of the AtlasBackend is still defining `send_lineage` as a class method, and not as a static one. I think it's better to keep it a class method, but to instantiate the backend here: https://github.com/bryanyang0528/airflow/blob/d87fb873cdc27350324fd814bb97488dba1f126b/airflow/lineage/__init__.py#L77
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
