dstandish commented on issue #26424: URL: https://github.com/apache/airflow/issues/26424#issuecomment-1248723225
it probably does not make sense to support wildcards on the batch (i.e. POST) endpoint, because wildcards can be handled by the normal, non-batch version. batch's stated pupose is for when you have too many dag_ids for the GET request. so, since it doesn't work now anyway, probably best solution here is to raise 404 / some helpful message suggesting to use the get endpoint. or... could just fix it and support it 🤷 -- 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]
