o-nikolas commented on code in PR #59476:
URL: https://github.com/apache/airflow/pull/59476#discussion_r2624862249
##########
task-sdk/src/airflow/sdk/execution_time/secrets/execution_api.py:
##########
@@ -93,8 +95,8 @@ def get_variable(self, key: str, team_name: str | None =
None) -> str | None:
Return variable value by routing through SUPERVISOR_COMMS.
:param key: Variable key
- :param team_id: ID of the team associated to the task trying to access
the variable.
- Unused here because the team ID is inferred from the task ID
provided in the execution API JWT token.
+ :param team_name: Name of the team associated to the task trying to
access the variable.
Review Comment:
Good catch
--
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]