dstandish commented on code in PR #43492:
URL: https://github.com/apache/airflow/pull/43492#discussion_r1847045778


##########
airflow/api_fastapi/core_api/routes/public/dag_sources.py:
##########
@@ -54,22 +53,24 @@
     },
     response_model=DAGSourceResponse,
 )
-def get_dag_source(
-    file_token: str,
+async def get_dag_source(

Review Comment:
   or perhaps let's just start using the async sessions now @pierrejeambrun ?  



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