anishgirianish commented on code in PR #60108:
URL: https://github.com/apache/airflow/pull/60108#discussion_r2961410559
##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py:
##########
@@ -282,6 +287,10 @@ def ti_run(
context.next_method = ti.next_method
context.next_kwargs = ti.next_kwargs
+ generator: JWTGenerator = await services.aget(JWTGenerator)
Review Comment:
thank you for pointing out, Moved and updated
--
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]