pierrejeambrun commented on code in PR #54049:
URL: https://github.com/apache/airflow/pull/54049#discussion_r2266307744
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/xcom.py:
##########
@@ -127,8 +139,16 @@ def get_xcom_entries(
offset: QueryOffset,
readable_xcom_filter: ReadableXComFilterDep,
session: SessionDep,
- xcom_key: Annotated[str | None, Query()] = None,
- map_index: Annotated[int | None, Query(ge=-1)] = None,
Review Comment:
We should keep both on the backend,`xcom_key` and `xcom_key_pattern`, that's
a breaking change. Leave the exact search on `xcom_key` and do a search on
`xcom_key_pattern`.
--
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]