shubhamraj-git commented on code in PR #46397:
URL: https://github.com/apache/airflow/pull/46397#discussion_r1940502132
##########
airflow/api_fastapi/core_api/openapi/v1-generated.yaml:
##########
@@ -4118,6 +4118,14 @@ paths:
type: string
default: id
title: Order By
+ - name: pool_name_pattern
+ in: query
+ required: false
+ schema:
+ anyOf:
+ - type: string
+ - type: 'null'
+ title: Pool Name Pattern
Review Comment:
It's a contains. You need to just have text , in backend we find it like
`%{value}%`
--
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]