uranusjr commented on pull request #17839:
URL: https://github.com/apache/airflow/pull/17839#issuecomment-907690208
> I removed the `dagrun_schema.load()` part, as I think I don't actually
need it, since I already query the dag run and merge it... correct me if I'm
wrong
The `load` call performs data sanitation and automatically emits a 400 Bad
Request if the user POSTs an invalid state name (say `{"state": "asdfg"}`). You
need to keep 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]