henry3260 commented on code in PR #65587:
URL: https://github.com/apache/airflow/pull/65587#discussion_r3203594043


##########
task-sdk/src/airflow/sdk/execution_time/context.py:
##########
@@ -143,6 +144,19 @@ def _convert_variable_result_to_variable(var_result: 
VariableResult, deserialize
     return Variable(**var_result.model_dump(exclude={"type"}))
 
 
+def _defer_execution_api_secrets_backends(backends: Iterable[Any]) -> 
list[Any]:

Review Comment:
   `_defer_execution_api_secrets_backends` makes sure 
`ExecutionAPISecretsBackend` is tried after
   non-Execution API secrets backends, so environment variables can return a 
value before we fall back
   to execution API communication.



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