Lee-W commented on code in PR #40478:
URL: https://github.com/apache/airflow/pull/40478#discussion_r1669916731


##########
airflow/utils/operator_helpers.py:
##########
@@ -260,6 +260,11 @@ def _run():
         for metadata in _run():
             if isinstance(metadata, Metadata):
                 self.outlet_events[metadata.uri].extra.update(metadata.extra)
+
+                if metadata.alias:
+                    for alias in metadata.alias:
+                        self.outlet_events[alias].add(metadata.uri, 
extra=metadata.extra)

Review Comment:
   yep, after the rewrite, i just removed this check



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