The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
321fa920cdd34c009c4d2a6c88372a2a6ba785e4 / Daniel Standish 
<[email protected]>
Add support for run conf to backfill

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.

Report URL: https://github.com/apache/airflow/actions/runs/11264012437

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to