Skip to content

Commit

Permalink
Prepare docs for Oct 2nd wave of providers RC2 (apache#43540)
Browse files Browse the repository at this point in the history
* Prepare docs for Oct 2nd wave of providers RC2

* fix
  • Loading branch information
eladkal authored Oct 31, 2024
1 parent b985b25 commit 5886016
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
7 changes: 6 additions & 1 deletion docs/apache-airflow-providers-amazon/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,16 @@ For high-level changelog, see :doc:`package information including changelog <ind
9.1.0
.....

Latest change: 2024-10-23
Latest change: 2024-10-30

================================================================================================= =========== ========================================================================================
Commit Committed Subject
================================================================================================= =========== ========================================================================================
`d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)``
`39dba929bb <https://github.com/apache/airflow/commit/39dba929bbc593e853dc2f106be5b62b739d630c>`_ 2024-10-29 ``fix(providers/amazon): alias is_authorized_dataset to is_authorized_asset (#43470)``
`9811f1d6d0 <https://github.com/apache/airflow/commit/9811f1d6d0fe557ab204b20ad5cdf7423926bd22>`_ 2024-10-28 ``Limit mypy-boto3-appflow (#43436)``
`1f13f26144 <https://github.com/apache/airflow/commit/1f13f261447b9c5239b86d706d7c4f715a644395>`_ 2024-10-28 ``Remove returns in final clause of athena hooks (#43426)``
`78ff0a9970 <https://github.com/apache/airflow/commit/78ff0a99700125121b7f0647023503750f14a11b>`_ 2024-10-27 ``Prepare docs for Oct 2nd wave of providers (#43409)``
`6786032d4b <https://github.com/apache/airflow/commit/6786032d4b69e9b3a44165daf04d2270d40271ad>`_ 2024-10-23 ``Remove sqlalchemy-redshift dependency (#43271)``
`be553780e5 <https://github.com/apache/airflow/commit/be553780e56cf8c34a65aecf2c52a33b82e0e039>`_ 2024-10-22 ``feat: add OpenLineage support for RedshiftToS3Operator (#41632)``
`72f2b2e951 <https://github.com/apache/airflow/commit/72f2b2e951a3421e838ae715f954a1520d494464>`_ 2024-10-18 ``Remove TaskContextLogger (#43183)``
Expand Down
5 changes: 4 additions & 1 deletion docs/apache-airflow-providers-fab/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
1.5.0
.....

Latest change: 2024-10-25
Latest change: 2024-10-30

================================================================================================= =========== ========================================================================================
Commit Committed Subject
================================================================================================= =========== ========================================================================================
`d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)``
`baf2b3cb44 <https://github.com/apache/airflow/commit/baf2b3cb4453d44ff00598a3b0c42d432a7203f9>`_ 2024-10-29 ``fix(providers/fab): alias is_authorized_dataset to is_authorized_asset (#43469)``
`78ff0a9970 <https://github.com/apache/airflow/commit/78ff0a99700125121b7f0647023503750f14a11b>`_ 2024-10-27 ``Prepare docs for Oct 2nd wave of providers (#43409)``
`1f4b306c80 <https://github.com/apache/airflow/commit/1f4b306c804d7611fc95685d59163ef9fd217bba>`_ 2024-10-25 ``Fix revoke Dag stale permission on airflow < 2.10 (#42844)``
`d7f50baa6f <https://github.com/apache/airflow/commit/d7f50baa6fa74eb6d7493e3abadb687b39ca0b5d>`_ 2024-10-23 ``Bump Flask-AppBuilder to ''4.5.2'' (#43309)``
`84ff10bf06 <https://github.com/apache/airflow/commit/84ff10bf06cf1a529169990d25c00a33d06e740e>`_ 2024-10-23 ``Upgrade FAB to 4.5.1 (#43251)``
Expand Down
10 changes: 9 additions & 1 deletion providers/src/airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,26 @@ Features
* ``Add 'SageMakerProcessingSensor' (#43144)``
* ``Make 'RedshiftDataOperator' handle multiple queries (#42900)``

Bug Fixes
~~~~~~~~~

* ``fix(providers/amazon): alias is_authorized_dataset to is_authorized_asset (#43470)``
* ``Remove returns in final clause of athena hooks (#43426)``

Misc
~~~~

* ``Remove sqlalchemy-redshift dependency (#43271)``
* ``feat(providers/amazon): Use asset in common provider (#43110)``
* ``Restrict looker-sdk version 24.18.0 and microsoft-kiota-http 1.3.4 (#42954)``

* ``Limit mypy-boto3-appflow (#43436)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Remove TaskContextLogger (#43183)``
* ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
* ``Start porting DAG definition code to the Task SDK (#43076)``
* ``Prepare docs for Oct 2nd wave of providers (#43409)``
9.0.0
.....
Expand Down
7 changes: 5 additions & 2 deletions providers/src/airflow/providers/fab/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,22 @@ Bug Fixes
~~~~~~~~~

* ``Fix revoke Dag stale permission on airflow < 2.10 (#42844)``
* ``fix(providers/fab): alias is_authorized_dataset to is_authorized_asset (#43469)``

Misc
~~~~

* ``Bump Flask-AppBuilder to ''4.5.2'' (#43309)``
* ``Upgrade FAB to 4.5.1 (#43251)``
* ``Upgrade Flask-AppBuilder to 4.5.2 (#43309)``
* ``Upgrade Flask-AppBuilder to 4.5.1 (#43251)``
* ``Move user and roles schemas to fab provider (#42869)``
* ``Move the session auth backend to FAB auth manager (#42878)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
* ``Start porting DAG definition code to the Task SDK (#43076)``
* ``Prepare docs for Oct 2nd wave of providers (#43409)``
1.4.1
.....
Expand Down

0 comments on commit 5886016

Please sign in to comment.