kyungjunleeme commented on code in PR #53567:
URL: https://github.com/apache/airflow/pull/53567#discussion_r2220473818


##########
airflow-core/src/airflow/api_fastapi/logging/decorators.py:
##########
@@ -27,12 +27,14 @@
 
 from airflow.api_fastapi.auth.managers.models.base_user import BaseUser
 from airflow.api_fastapi.common.db.common import SessionDep
-from airflow.api_fastapi.core_api.security import 
get_user_with_exception_handling
+from airflow.api_fastapi.core_api.security import get_user
 from airflow.models import Log
 from airflow.sdk.execution_time import secrets_masker
 
 logger = logging.getLogger(__name__)
 
+GetUserDep = Annotated[BaseUser, Depends(get_user)]

Review Comment:
   Thank you! I apply this suggestion.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to