The GitHub Actions job "Tests" on airflow.git/backport-4f962f4-v3-0-test has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 9452e96a076d551d5394cca802c44ccd85fb1530 / Jarek Potiuk <[email protected]> [v3-0-test] Move SQS message queue to Amazon provider (#50057) The common.messaging abstraction should discover common messaging queue providers using the same mechanism as we have for other core extensions. Previously common.messaging had the optional (but not really) dependencies to other providers, but that was not needed and introduced unnecessary coupling. By switching to our built-in discovery mechanism we get immediately all the niceties of provider discovery mechanisms: * queue is provided by the actual provider where the service or integration already is implemented (sqs -> amazon provider, in the future kafka -> kafka provider) * queues are discovered from installed providers * there is no coupling or imports between common.messaging and the providers that implement messaging, the dependency is in the other way - providers that implement messaging depend on common.messaging * airflow providers queues CLI and providers core extensions documentation is automatically generated (cherry picked from commit 4f962f40274a4b2567fd48eeb27b584befbc7779) Co-authored-by: Jarek Potiuk <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/14790185994 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
