Skip to content

Commit

Permalink
Add docs for Google/Slack RC providers (#26860)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Oct 4, 2022
1 parent 1f40c38 commit 403ed71
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
8 changes: 6 additions & 2 deletions airflow/providers/google/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ Bug Fixes
* ``Update gcs.py (#26570)``
* ``Don't throw an exception when a BQ cusor job has no schema (#26096)``
* ``Google Cloud Tasks Sensor for queue being empty (#25622)``
* ``Correcting the transfer config name. (#25719)``
* ``Fix parsing of optional 'mode' field in BigQuery Result Schema (#26786)``
* ``Fix MaxID logic for GCSToBigQueryOperator (#26768)``

Misc
~~~~
Expand All @@ -73,13 +76,14 @@ Misc
appropriate section above if needed. Do not delete the lines(!):
* ``Migrate Data Loss Prevention system tests according to AIP-47 (#26060)``
* ``Google Drive to Google Cloud Storage Transfer Operator - system tests migration (AIP-47) (#26487)``
* ``Work around pyupgrade edge cases (#26384)``
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to core airflow (#26290)``
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
* ``D400 first line should end with period batch02 (#25268)``
* ``Replace SQL with Common SQL in pre commit (#26058)``
* ``Hook into Mypy to get rid of those cast() (#26023)``
* ``Work around pyupgrade edge cases (#26384)``
* ``D400 first line should end with period batch02 (#25268)``
* ``Fix GCS sensor system tests failing with DebugExecutor (#26742)``
* ``Update docs for September Provider's release (#26731)``
8.3.0
.....
Expand Down
3 changes: 3 additions & 0 deletions airflow/providers/slack/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,16 @@ Features
* ``Refactor Slack API Hook and add Connection (#25852)``
* ``Remove unsafe imports in Slack API Connection (#26459)``
* ``Add common-sql lower bound for common-sql (#25789)``
* ``Fix Slack Connections created in the UI (#26845)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
* ``Replace SQL with Common SQL in pre commit (#26058)``
* ``Prepare docs for new providers release (August 2022) (#25618)``
* ``AIP-47 - Migrate Slack DAG to new design (#25137)``
* ``Fix errors in CHANGELOGS for slack and amazon (#26746)``
* ``Update docs for September Provider's release (#26731)``
5.1.0
.....
Expand Down
6 changes: 5 additions & 1 deletion docs/apache-airflow-providers-google/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
8.4.0
.....

Latest change: 2022-09-28
Latest change: 2022-10-01

================================================================================================= =========== ========================================================================================================
Commit Committed Subject
================================================================================================= =========== ========================================================================================================
`fa0cb363b8 <https://github.com/apache/airflow/commit/fa0cb363b860b553af2ef9530ea2de706bd16e5d>`_ 2022-10-01 ``Correcting the transfer config name. (#25719)``
`cee610ae5c <https://github.com/apache/airflow/commit/cee610ae5cf14c117527cdfc9ac2ef0ddb5dcf3b>`_ 2022-10-01 ``Fix parsing of optional 'mode' field in BigQuery Result Schema (#26786)``
`b7203cd36e <https://github.com/apache/airflow/commit/b7203cd36eef20de583df3e708f49073d689ac84>`_ 2022-10-01 ``Fix MaxID logic for GCSToBigQueryOperator (#26768)``
`f8db64c35c <https://github.com/apache/airflow/commit/f8db64c35c8589840591021a48901577cff39c07>`_ 2022-09-28 ``Update docs for September Provider's release (#26731)``
`dce27557eb <https://github.com/apache/airflow/commit/dce27557eb57a4f5748617ba584f9204ac09b10b>`_ 2022-09-28 ``Fix GCS sensor system tests failing with DebugExecutor (#26742)``
`26f94c5370 <https://github.com/apache/airflow/commit/26f94c5370587f73ebd935cecf208c6a36bdf9b6>`_ 2022-09-26 ``Cloud Data Loss Prevention Operators assets (#26618)``
`01ac40af75 <https://github.com/apache/airflow/commit/01ac40af759c920f4b2d159bcf18001fdaa24ea4>`_ 2022-09-22 ``Update gcs.py (#26570)``
Expand Down
5 changes: 4 additions & 1 deletion docs/apache-airflow-providers-slack/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
6.0.0
.....

Latest change: 2022-09-27
Latest change: 2022-10-03

================================================================================================= =========== ==============================================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================================================================
`7b183071a3 <https://github.com/apache/airflow/commit/7b183071a398cbe340853f357bc6c029d551b4d1>`_ 2022-10-03 ``Fix Slack Connections created in the UI (#26845)``
`ec1615b589 <https://github.com/apache/airflow/commit/ec1615b589d60416cac449bea5fa777a5eda4757>`_ 2022-09-28 ``Fix errors in CHANGELOGS for slack and amazon (#26746)``
`f8db64c35c <https://github.com/apache/airflow/commit/f8db64c35c8589840591021a48901577cff39c07>`_ 2022-09-28 ``Update docs for September Provider's release (#26731)``
`fd27584b3d <https://github.com/apache/airflow/commit/fd27584b3dc355eaf0c0cd7a4cd65e0e580fcf6d>`_ 2022-09-27 ``Refactor 'SlackWebhookOperator': Get rid of mandatory http-provider dependency (#26648)``
`95a5fc7ec9 <https://github.com/apache/airflow/commit/95a5fc7ec9a637337af9446f11d7f90a6e47e006>`_ 2022-09-22 ``Refactor SlackWebhookHook in order to use 'slack_sdk' instead of HttpHook methods (#26452)``
`7d5e8cce6c <https://github.com/apache/airflow/commit/7d5e8cce6c3e27bc7b9bf28823e9adc6cdb458e2>`_ 2022-09-19 ``Remove unsafe imports in Slack API Connection (#26459)``
Expand Down

0 comments on commit 403ed71

Please sign in to comment.