o-nikolas commented on code in PR #68403:
URL: https://github.com/apache/airflow/pull/68403#discussion_r3531388407
##########
task-sdk/src/airflow/sdk/types.py:
##########
@@ -125,6 +125,14 @@ class DagRunProtocol(Protocol):
partition_key: str | None
partition_date: AwareDatetime | None
note: str | None
+ # Semantically ``team_name`` is a property of the Dag (resolved via the
+ # bundle that owns it) — every run of a given Dag has the same
Review Comment:
Nit:
```suggestion
# Semantically ``team_name`` is a property of the Dag Bundle (Dag,
DagRun, etc resolve it via the
# owning bundle) — every run of a given Dag has the same
```
--
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]