jscheffl commented on code in PR #46397:
URL: https://github.com/apache/airflow/pull/46397#discussion_r1940032818
##########
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:
Is there any docs or general description how the pattern needs to look like?
RegEx? Using "*" as placeholder?
--
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]