Skip to content

Commit 4a8567b

Browse files
authored
Prepare docs for Apr 2nd wave of providers (apache#49051)
1 parent 2396b5c commit 4a8567b

File tree

204 files changed

+1060
-298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+1060
-298
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d4473555c0e7022e073489b7163d49102881a1a6
1+
7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6adb2dbae47341eb61dbc62dbc56176d9aa83fd9
1+
7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f

providers/amazon/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
Package ``apache-airflow-providers-amazon``
2525

26-
Release: ``9.5.0``
26+
Release: ``9.6.0``
2727

2828

2929
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
@@ -36,7 +36,7 @@ This is a provider package for ``amazon`` provider. All classes for this provide
3636
are in ``airflow.providers.amazon`` python package.
3737

3838
You can find package information and changelog for the provider
39-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.5.0/>`_.
39+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.6.0/>`_.
4040

4141
Installation
4242
------------
@@ -104,4 +104,4 @@ Dependent package
104104
====================================================================================================================== ===================
105105

106106
The changelog for the provider package can be found in the
107-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.5.0/changelog.html>`_.
107+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.6.0/changelog.html>`_.

providers/amazon/docs/changelog.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,39 @@
2626
Changelog
2727
---------
2828

29+
9.6.0
30+
.....
31+
32+
Features
33+
~~~~~~~~
34+
35+
* ``Add Bedrock Batch Inference Operator and accompanying parts (#48468)``
36+
* ``Update ECS executor to support Task SDK (#48513)``
37+
38+
Bug Fixes
39+
~~~~~~~~~
40+
41+
* ``Handle NoCredentialsError in waiter_with_logging.py (#48946)``
42+
* ``Bedrock Batch Inference - Trying to stop a completed job is a successful result (#48964)``
43+
* ``S3Hook: remove error return on inactivity period check (#48782)``
44+
45+
Misc
46+
~~~~
47+
48+
* ``Rename list_jobs method to describe_jobs in GlueJobHook (#48904)``
49+
* ``Fix typo in docstring for MwaaHook (#48980)``
50+
* ``Update Amazon RDS Operators and Sensors to inherit AWS Base classes (#48872)``
51+
* ``Change provider-specific dependencies to refer to providers (#48843)``
52+
53+
.. Below changes are excluded from the changelog. Move them to
54+
appropriate section above if needed. Do not delete the lines(!):
55+
* ``Refactor AWS system tests to not use @task.branch (#48973)``
56+
* ``Fix botocore version in Amazon provider docs to match 'pyproject.toml' (#48981)``
57+
* ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
58+
* ``Remove fab from preinstalled providers (#48457)``
59+
* ``Improve documentation building iteration (#48760)``
60+
* ``Fix default base value (#49013)``
61+
2962
9.5.0
3063
.....
3164

providers/amazon/docs/commits.rst

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,40 @@ For high-level changelog, see :doc:`package information including changelog <ind
3434

3535

3636

37+
9.6.0
38+
.....
39+
40+
Latest change: 2025-04-10
41+
42+
================================================================================================== =========== ============================================================================================
43+
Commit Committed Subject
44+
================================================================================================== =========== ============================================================================================
45+
`b58f027cbf <https://github.com/apache/airflow/commit/b58f027cbf39e5eea982a5560b22024e2de328a8>`__ 2025-04-10 ``Fix default base value (#49013)``
46+
`e0eaa604f4 <https://github.com/apache/airflow/commit/e0eaa604f49a612432451910e30e74eaf2563601>`__ 2025-04-10 ``Rename list_jobs method to describe_jobs in GlueJobHook (#48904)``
47+
`f1a12f13e4 <https://github.com/apache/airflow/commit/f1a12f13e486f4c3b9e89fee92d5fccc488073dc>`__ 2025-04-09 ``Refactor AWS system tests to not use @task.branch (#48973)``
48+
`f09d8bc79c <https://github.com/apache/airflow/commit/f09d8bc79c3a71fa6e17486778d4584a9babe02c>`__ 2025-04-09 ``Handle NoCredentialsError in waiter_with_logging.py (#48946)``
49+
`5142a9a0d4 <https://github.com/apache/airflow/commit/5142a9a0d4910a1cc9959f77c95a57fe922ea30d>`__ 2025-04-09 ``Fix botocore version in Amazon provider docs to match 'pyproject.toml' (#48981)``
50+
`7e3e1718b6 <https://github.com/apache/airflow/commit/7e3e1718b6e6f7833641ac337ccc4785d77c6865>`__ 2025-04-09 ``Fix typo in docstring for MwaaHook (#48980)``
51+
`8d0170d200 <https://github.com/apache/airflow/commit/8d0170d200cff5897bc1187a10b8f8da08b4f38c>`__ 2025-04-08 ``Bedrock Batch Inference - Trying to stop a completed job is a successful result (#48964)``
52+
`7b2ec33c7a <https://github.com/apache/airflow/commit/7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f>`__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
53+
`7bd1aa6bc0 <https://github.com/apache/airflow/commit/7bd1aa6bc0f0f4d6703d21e3accb87a8ed9e614c>`__ 2025-04-07 ``Add Bedrock Batch Inference Operator and accompanying parts (#48468)``
54+
`139673d3ce <https://github.com/apache/airflow/commit/139673d3ce5552c2cf8bcb2d202e97342c4b237c>`__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
55+
`8e8c84fed2 <https://github.com/apache/airflow/commit/8e8c84fed21bd2af1bb49e3355d00dc95fb82f38>`__ 2025-04-07 ``Update ECS executor to support Task SDK (#48513)``
56+
`43652d5bbc <https://github.com/apache/airflow/commit/43652d5bbc3735868b05233aebb30c48c8d2f5c9>`__ 2025-04-07 ``Update Amazon RDS Operators and Sensors to inherit AWS Base classes (#48872)``
57+
`f911e47085 <https://github.com/apache/airflow/commit/f911e4708575f07405454bfb1b29887cbb13a196>`__ 2025-04-07 ``S3Hook: remove error return on inactivity period check (#48782)``
58+
`67858fd7e7 <https://github.com/apache/airflow/commit/67858fd7e7ac82788854844c1e6ef5a35f1d0d23>`__ 2025-04-06 ``Improve documentation building iteration (#48760)``
59+
`3b48df7697 <https://github.com/apache/airflow/commit/3b48df76975fe5207e41888f4596175cd5ac9fd8>`__ 2025-04-06 ``Change provider-specific dependencies to refer to providers (#48843)``
60+
================================================================================================== =========== ============================================================================================
61+
3762
9.5.0
3863
.....
3964

40-
Latest change: 2025-04-04
65+
Latest change: 2025-04-06
4166

4267
================================================================================================== =========== ======================================================================================================================================
4368
Commit Committed Subject
4469
================================================================================================== =========== ======================================================================================================================================
70+
`adbb062b50 <https://github.com/apache/airflow/commit/adbb062b50e2e128fe475a76b7ce10ec93c39ee2>`__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
4571
`1025474d28 <https://github.com/apache/airflow/commit/1025474d28a240b460d7ef8800c565f95d9dc012>`__ 2025-04-04 ``Add 'ti' to the RemoteLogIO read and upload methods (#48804)``
4672
`5ca62b8f23 <https://github.com/apache/airflow/commit/5ca62b8f23ddb23bfb468044dfc08ef1126031ff>`__ 2025-04-04 ``Fix Cloudwatch remote logging (#48774)``
4773
`7fda150de7 <https://github.com/apache/airflow/commit/7fda150de7e51e6f89d87918053cb3e46b62169f>`__ 2025-04-03 ``Clarify the Redshift delete cluster operator messaging. (#48652)``

providers/amazon/docs/index.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ apache-airflow-providers-amazon package
8686
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
8787

8888

89-
Release: 9.5.0
89+
Release: 9.6.0
9090

9191
Provider package
9292
----------------
@@ -106,26 +106,26 @@ Requirements
106106

107107
The minimum Apache Airflow version supported by this provider distribution is ``2.9.0``.
108108

109-
========================================== ======================
109+
========================================== =====================
110110
PIP package Version required
111-
========================================== ======================
111+
========================================== =====================
112112
``apache-airflow`` ``>=2.9.0``
113113
``apache-airflow-providers-common-compat`` ``>=1.6.0``
114114
``apache-airflow-providers-common-sql`` ``>=1.20.0``
115115
``apache-airflow-providers-http``
116116
``boto3`` ``>=1.37.0``
117117
``botocore`` ``>=1.37.0``
118118
``inflection`` ``>=0.5.1``
119-
``watchtower`` ``>=3.0.0,!=3.3.0,<4``
119+
``watchtower`` ``>=3.3.1,<4``
120120
``jsonpath_ng`` ``>=1.5.3``
121-
``redshift_connector`` ``>=2.0.918``
121+
``redshift_connector`` ``>=2.1.3``
122122
``asgiref`` ``>=2.3.0``
123-
``PyAthena`` ``>=3.0.10``
123+
``PyAthena`` ``>=3.10.0``
124124
``jmespath`` ``>=0.7.0``
125125
``python3-saml`` ``>=1.16.0``
126126
``xmlsec`` ``>=1.3.14,!=1.3.15``
127127
``sagemaker-studio`` ``>=1.0.9``
128-
========================================== ======================
128+
========================================== =====================
129129

130130
Cross provider package dependencies
131131
-----------------------------------
@@ -165,5 +165,5 @@ Downloading official packages
165165
You can download officially released packages and verify their checksums and signatures from the
166166
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
167167

168-
* `The apache-airflow-providers-amazon 9.5.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.5.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.5.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.5.0.tar.gz.sha512>`__)
169-
* `The apache-airflow-providers-amazon 9.5.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.5.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.5.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.5.0-py3-none-any.whl.sha512>`__)
168+
* `The apache-airflow-providers-amazon 9.6.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.6.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.6.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.6.0.tar.gz.sha512>`__)
169+
* `The apache-airflow-providers-amazon 9.6.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.6.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.6.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.6.0-py3-none-any.whl.sha512>`__)

providers/amazon/provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ description: |
2222
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
2323
2424
state: ready
25-
source-date-epoch: 1743477760
25+
source-date-epoch: 1744280881
2626
# note that those versions are maintained by release manager - do not update them manually
2727
versions:
28+
- 9.6.0
2829
- 9.5.0
2930
- 9.4.0
3031
- 9.2.0

providers/amazon/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
2525

2626
[project]
2727
name = "apache-airflow-providers-amazon"
28-
version = "9.5.0"
28+
version = "9.6.0"
2929
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
3030
readme = "README.rst"
3131
authors = [
@@ -204,8 +204,8 @@ apache-airflow-providers-common-sql = {workspace = true}
204204
apache-airflow-providers-standard = {workspace = true}
205205

206206
[project.urls]
207-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.5.0"
208-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.5.0/changelog.html"
207+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.6.0"
208+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.6.0/changelog.html"
209209
"Bug Tracker" = "https://github.com/apache/airflow/issues"
210210
"Source Code" = "https://github.com/apache/airflow"
211211
"Slack Chat" = "https://s.apache.org/airflow-slack"

providers/amazon/src/airflow/providers/amazon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
__all__ = ["__version__"]
3131

32-
__version__ = "9.5.0"
32+
__version__ = "9.6.0"
3333

3434
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
3535
"2.9.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d4473555c0e7022e073489b7163d49102881a1a6
1+
7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f

0 commit comments

Comments
 (0)