ashb commented on PR #67832:
URL: https://github.com/apache/airflow/pull/67832#issuecomment-4669160305

   ```GET /dags/{dag_id}/tasks/existence```
   
   That should be some kind of HEAD request I think.
   
   But more importantly, I don't know why we need a separate request for this. 
We make a normal request to get the task status don't we? So couldn't we make a 
404 from the get status request encode that info already?


-- 
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]

Reply via email to