The GitHub Actions job "Tests" on airflow.git/move-sqs-message-queue-provider-to-amazon has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: a2072e499312b4cc145698e43f7e4345c3a70571 / Jarek Potiuk <[email protected]> Move SQS message queue to Amazon provider 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 Report URL: https://github.com/apache/airflow/actions/runs/14766634841 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
