dstandish opened a new pull request, #42865:
URL: https://github.com/apache/airflow/pull/42865

   This actually does a little bit more.  It changes the backfill create 
endpoint to take a json payload instead of just query params.  This is just 
easier because we can use the backfill schema as the schema of the request body.
   
   One thing that is maybe weird is I add a decorator to translate the request 
body to the kwargs in the endpoint function.  The main motivator here was for 
compatibility with the requires_access_dag decorator, which doesn't check 
request body.
   


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