SameerMesiah97 commented on code in PR #69109:
URL: https://github.com/apache/airflow/pull/69109#discussion_r3532238433
##########
providers/openlineage/src/airflow/providers/openlineage/plugins/listener.py:
##########
@@ -241,9 +243,19 @@ def on_running():
if not doc:
doc, doc_type = get_dag_documentation(dag)
+ team_name = None
+ team_name = DagRunInfo.team_name(dagrun)
Review Comment:
All instances of `team_name = None` before `team_name =
DagRunInfo.team_name(dagrun)` have been removed where appropriate.
--
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]