dkranchii opened a new pull request, #68403:
URL: https://github.com/apache/airflow/pull/68403

   `DagRun.team_name` was added in #65617 ("Add team name to task CTX") and is
   exposed to user code via `context["dag_run"].team_name` and the
   `AIRFLOW_CONTEXT_TEAM_NAME` env var, but `DagRunProtocol` (the type used
   for `Context["dag_run"]`) was last synced before that change in #65347 and
   did not pick the field up. Type checkers therefore flag
   `context["dag_run"].team_name` as `[attr-defined]` even though the access
   is correct at runtime.
   
   Follow-up to #65347 / #67216, same pattern.


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