The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user ashb (triggered by ashb).
Head commit for run: 25e245ba22091090ab8edaf79e27ed081001e3f3 / Ash Berlin-Taylor <[email protected]> Introduce API versioning into the Execution API Right now we have exactly one version, but using Cadwyn gives us the ability to make changes to the Execution API almost "at will" and it will transparently upgrade from older request versions. The tl;dr of it is "apply migrations to your requests so that you only have to maintain the latest version". >From it's docs[^1]: > Cadwyn allows you to support a single version of your code while > auto-generating the schemas and routes for older versions. You keep API > versioning encapsulated in small and independent "version change" modules > while your business logic stays simple and knows nothing about versioning. This gives us the freedom to change the version of the API but continue to support "all" old versions. This is a key aspect of proposal in AIP-72. We don't yet have any new versions -- those will come later. [^1]: https://docs.cadwyn.dev/ Report URL: https://github.com/apache/airflow/actions/runs/13967288968 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
