SameerMesiah97 commented on code in PR #69109:
URL: https://github.com/apache/airflow/pull/69109#discussion_r3532248198


##########
providers/openlineage/src/airflow/providers/openlineage/plugins/listener.py:
##########
@@ -291,10 +304,23 @@ def on_running():
                 },
             )
             event_size = len(Serde.to_json(redacted_event).encode("utf-8"))
+
+            airflow_facet = redacted_event.run.facets.get("airflow")
+            team_name = None

Review Comment:
   These blocks of code have been removed from the file:
   
   ```
   airflow_facet = redacted_event.run.facets.get("airflow")
   team_name = None
   
   if airflow_facet:
       team_name = getattr(airflow_facet.dagRun, "dag_team_name", None
   ```)



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