diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst index 8133f27cee524..d0ded845c92f0 100644 --- a/airflow/providers/amazon/CHANGELOG.rst +++ b/airflow/providers/amazon/CHANGELOG.rst @@ -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 ~~~~~~~~~ @@ -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 ..... diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst index 56b7863c0cd84..5275e15e5bb99 100644 --- a/docs/apache-airflow-providers-amazon/commits.rst +++ b/docs/apache-airflow-providers-amazon/commits.rst @@ -31,11 +31,18 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-04-24 ``Update AWS EMR Cluster Link to use the new dashboard (#30844)`` +`ecaffd5892 `_ 2023-04-24 ``Add a "force" option to emr serverless stop/delete operator (#30757)`` +`62ea0ff21c `_ 2023-04-24 ``Add support for deferrable operators in AMPP (#30032)`` +`c585ad51c5 `_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` +`e6723aa3f0 `_ 2023-04-21 ``fixes to system tests following obsolete cleanup (#30804)`` +`e8b978a4cf `_ 2023-04-21 ``restore fallback to empty connection behavior (#30806)`` +`e46ce78b66 `_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` `e4b8729739 `_ 2023-04-21 ``Remove deprecated code from Amazon provider (#30755)`` `7e01c09644 `_ 2023-04-21 ``AWS logs. Exit fast when 3 consecutive responses are returned from AWS Cloudwatch logs (#30756)`` `8a191938b6 `_ 2023-04-21 ``Remove @poke_mode_only from EmrStepSensor (#30774)`` diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst index b5f1e88baf68b..a7bb234e8e5fe 100644 --- a/docs/apache-airflow-providers-amazon/index.rst +++ b/docs/apache-airflow-providers-amazon/index.rst @@ -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