mobuchowski commented on code in PR #44872:
URL: https://github.com/apache/airflow/pull/44872#discussion_r1886874140


##########
providers/src/airflow/providers/google/cloud/openlineage/mixins.py:
##########
@@ -167,6 +211,21 @@ def _deduplicate_outputs(self, outputs: list[OutputDataset 
| None]) -> list[Outp
             # if the rowCount or size can be summed together.
             if single_output.outputFacets:
                 single_output.outputFacets.pop("outputStatistics", None)
+
+            # If both outputs contain Column Level Lineage Facet - merge the 
facets

Review Comment:
   When can this be true?



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