Skip to content

Commit

Permalink
Prepare docs for ad-hoc release of Amazon provider (#30848)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Apr 24, 2023
1 parent 7411370 commit 84e9cec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Features
* ``add a stop operator to emr serverless (#30720)``
* ``SqlToS3Operator - Add feature to partition SQL table (#30460)``
* ``New AWS sensor — DynamoDBValueSensor (#28338)``
* ``Add a "force" option to emr serverless stop/delete operator (#30757)``
* ``Add support for deferrable operators in AMPP (#30032)``

Bug Fixes
~~~~~~~~~
Expand All @@ -87,10 +89,15 @@ Misc
* ``Remove @poke_mode_only from EmrStepSensor (#30774)``
* ``Organize Amazon providers docs index (#30541)``
* ``Remove duplicate param docstring in EksPodOperator (#30634)``
* ``Update AWS EMR Cluster Link to use the new dashboard (#30844)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Decouple "job runner" from BaseJob ORM model (#30255)``
* ``Upgrade ruff to 0.0.262 (#30809)``
* ``fixes to system tests following obsolete cleanup (#30804)``
* ``restore fallback to empty connection behavior (#30806)``
* ``Prepare docs for adhoc release of providers (#30787)``
7.4.1
.....
Expand Down
9 changes: 8 additions & 1 deletion docs/apache-airflow-providers-amazon/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,18 @@ For high-level changelog, see :doc:`package information including changelog <ind
8.0.0
.....

Latest change: 2023-04-21
Latest change: 2023-04-24

================================================================================================= =========== ===================================================================================================
Commit Committed Subject
================================================================================================= =========== ===================================================================================================
`f3aa33aa13 <https://github.com/apache/airflow/commit/f3aa33aa13a60f6dc750f3757af9cb9ea478e949>`_ 2023-04-24 ``Update AWS EMR Cluster Link to use the new dashboard (#30844)``
`ecaffd5892 <https://github.com/apache/airflow/commit/ecaffd5892874e359a180f2e7a1d613ae8eb33a3>`_ 2023-04-24 ``Add a "force" option to emr serverless stop/delete operator (#30757)``
`62ea0ff21c <https://github.com/apache/airflow/commit/62ea0ff21ccc900e1bb717937b1a3ab1509767a6>`_ 2023-04-24 ``Add support for deferrable operators in AMPP (#30032)``
`c585ad51c5 <https://github.com/apache/airflow/commit/c585ad51c522c6e9f3bbbf7ae6e0132e25a3a378>`_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)``
`e6723aa3f0 <https://github.com/apache/airflow/commit/e6723aa3f0b9406b25f678e15555da00b7549e16>`_ 2023-04-21 ``fixes to system tests following obsolete cleanup (#30804)``
`e8b978a4cf <https://github.com/apache/airflow/commit/e8b978a4cfe91862d1145d7c21fec6f065479c9d>`_ 2023-04-21 ``restore fallback to empty connection behavior (#30806)``
`e46ce78b66 <https://github.com/apache/airflow/commit/e46ce78b66953146c04de5da00cab6299787adad>`_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)``
`e4b8729739 <https://github.com/apache/airflow/commit/e4b8729739ec1ff67a00d7f778f4bf07eec33a8e>`_ 2023-04-21 ``Remove deprecated code from Amazon provider (#30755)``
`7e01c09644 <https://github.com/apache/airflow/commit/7e01c096446dbd134e0efa144e7de87b800639a1>`_ 2023-04-21 ``AWS logs. Exit fast when 3 consecutive responses are returned from AWS Cloudwatch logs (#30756)``
`8a191938b6 <https://github.com/apache/airflow/commit/8a191938b62edcce8093d2522759ede960a00f5f>`_ 2023-04-21 ``Remove @poke_mode_only from EmrStepSensor (#30774)``
Expand Down
1 change: 1 addition & 0 deletions docs/apache-airflow-providers-amazon/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ PIP package Version required
``mypy-boto3-rds`` ``>=1.24.0``
``mypy-boto3-redshift-data`` ``>=1.24.0``
``mypy-boto3-appflow`` ``>=1.24.0``
``aiobotocore[boto3]`` ``>=2.2.0``
======================================= ==================

Cross provider package dependencies
Expand Down

0 comments on commit 84e9cec

Please sign in to comment.