Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions providers/common/messaging/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
apache-airflow-providers-common-messaging package
------------------------------------------------------

``Common Messaging Provider - provide common messaging interface across providers.``
``Common Messaging Provider``


Release: 1.0.0
Expand All @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
Requirements
------------

The minimum Apache Airflow version supported by this provider package is ``3.0.0``.
The minimum Apache Airflow version supported by this provider package is ``3.0.0.dev0``.

================== ==================
PIP package Version required
================== ==================
``apache-airflow`` ``>=3.0.0``
``apache-airflow`` ``>=3.0.0.dev0``
================== ==================

Cross provider package dependencies
Expand All @@ -112,14 +112,14 @@ You can install such cross-provider dependencies when installing from PyPI. For

.. code-block:: bash

pip install apache-airflow-providers-common-compat[amazon]
pip install apache-airflow-providers-common-messaging[amazon]


============================================================================================================== ===============
Dependent package Extra
============================================================================================================== ===============
`apache-airflow-providers-amazon <https://airflow.apache.org/docs/apache-airflow-providers-amazon>`_ ``amazon``
============================================================================================================== ===============
==================================================================================================== ==========
Dependent package Extra
==================================================================================================== ==========
`apache-airflow-providers-amazon <https://airflow.apache.org/docs/apache-airflow-providers-amazon>`_ ``amazon``
==================================================================================================== ==========

Downloading official packages
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion providers/common/messaging/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
``Common Messaging Provider``

state: ready
source-date-epoch: 1740508070
source-date-epoch: 1740836407
# note that those versions are maintained by release manager - do not update them manually
versions:
- 1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_provider_info():
"name": "Common Messaging",
"description": "``Common Messaging Provider``\n",
"state": "ready",
"source-date-epoch": 1740508070,
"source-date-epoch": 1740836407,
"versions": ["1.0.0"],
"triggers": [
{
Expand Down