The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: c8002a4b3af94c0549880ecef4e2197faffd9c82 / Jarek Potiuk <[email protected]> Add pre-commits preventing accidental API changes in common.sql We had recently some mishaps when it comes to changes to the common.sql provider that accidentally changed API of the common.sql providers and they passed both tests and reviews. Common.sql is pretty special provider because it used by other providers and we have to make sure the API it epxoses is backwards compatible, otherwise upgrading common.sql provider might break those providers. This had already happened: * The #26761 refactored common.sql provided and removed some methods that were actually used by Google Provider * This caused a problem described in #27838 and forced us ot yank common.sql 1.3.0 and release 1.3.1 with the methods added back in #27843 This change introduces tools and process to flag common.sql API changes that are likely backwards compatible. They will require a deliberate action from the contributor who introduces a breaking API to common.sql, it will also help to flag to reviewer when such a change is made. The idea is based on how Android OS handles flagging API changes for their public APIs paired with the tooling that MyPy provides with generating stubs and verifying usage of packages in the stubs. Report URL: https://github.com/apache/airflow/actions/runs/3609948757 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
