ephraimbuddy commented on code in PR #52177:
URL: https://github.com/apache/airflow/pull/52177#discussion_r2177336331
##########
airflow-core/src/airflow/api_fastapi/app.py:
##########
@@ -83,8 +83,10 @@ def create_app(apps: str = "all") -> FastAPI:
dag_bag = create_dag_bag()
Review Comment:
This is used on line 94
##########
airflow-core/src/airflow/api_fastapi/app.py:
##########
@@ -83,8 +83,10 @@ def create_app(apps: str = "all") -> FastAPI:
dag_bag = create_dag_bag()
Review Comment:
This is used at line 94
--
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]