The GitHub Actions job "Tests" on airflow.git/anyof-to-oneof-exec-api-schema 
has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
1d467f703b009b640015ef22ef3cf146f9adc02d / Ash Berlin-Taylor <[email protected]>
Tweak Execution API OpenAPI spec to improve code Generation

This change improves the generated code using the OpenAPI schema:

- `anyOf` to `oneOf` so that generated clients don't try _all_ schemas, but
  stop after the first
- Fix the header pattern to make it valid against the spec
- Use the function name as the default operation ID in the spec.

On this last part, this is a different implementation (but same effect) to how
we do operation name in the Core API. I will change CoreAPI to use this same
method in a separate PR, but I didn't want to touch both APIs in this PR for
clarity of git history

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

With regards,
GitHub Actions via GitBox


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

Reply via email to