JDarDagran commented on code in PR #31696:
URL: https://github.com/apache/airflow/pull/31696#discussion_r1234060998


##########
airflow/providers/openlineage/extractors/base.py:
##########
@@ -35,6 +37,22 @@ class OperatorLineage:
     run_facets: dict[str, BaseFacet] = Factory(dict)
     job_facets: dict[str, BaseFacet] = Factory(dict)
 
+    @staticmethod
+    def merge(base: OperatorLineage, other: OperatorLineage) -> 
OperatorLineage:

Review Comment:
   @sunank200 it comes from commit in 
https://github.com/apache/airflow/pull/31398 that this PR is dependent on. I've 
deleted this method though there.



-- 
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