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:
788ee6461c181459d578451228bdf9b9bda18c36 / 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/14772913303

With regards,
GitHub Actions via GitBox


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

Reply via email to