rawwar commented on code in PR #43508:
URL: https://github.com/apache/airflow/pull/43508#discussion_r1833535641
##########
airflow/api_fastapi/core_api/routes/public/dag_run.py:
##########
@@ -99,7 +99,7 @@ async def delete_dag_run(dag_id: str, dag_run_id: str,
session: Annotated[Sessio
]
),
)
-async def patch_dag_run_state(
+async def patch_dag_run(
Review Comment:
Just noticed, the linked PR actually adds `connect_args["check_same_thread"]
= False` and this resolves the issue. Once that PR is merged, I can take the
changes and then this PR can be merged without async
--
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]