You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/15 22:57:42 UTC

[GitHub] [airflow] dstandish commented on issue #26424: `POST /taskInstances/list` with wildcards returns unhelpful error

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org