jason810496 commented on code in PR #58344:
URL: https://github.com/apache/airflow/pull/58344#discussion_r2553711712
##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/xcoms.py:
##########
@@ -88,111 +88,15 @@ async def xcom_query(
return query
[email protected](
Review Comment:
It would be better to not change the definition order in
`airflow-core/src/airflow/api_fastapi/execution_api/routes/xcoms.py` to make
the line difference as less as possible.
Having `key: path` and `key: Annotated[str, Path(min_length=1)],` for each
router would be enough. In case we accidentally change some detail during the
copy paste.
Thanks!
--
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]