Skip to content

Commit

Permalink
Prepare docs for 03/2023 wave of Providers (#29878)
Browse files Browse the repository at this point in the history
* Prepare docs for 03/2023 wave of Providers
  • Loading branch information
eladkal committed Mar 3, 2023
1 parent 06b5854 commit fcd3c01
Show file tree
Hide file tree
Showing 58 changed files with 450 additions and 69 deletions.
32 changes: 32 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,38 @@
Changelog
---------

7.3.0
.....

Features
~~~~~~~~

* ``add num rows affected to Redshift Data API hook (#29797)``
* ``Add 'wait_for_completion' param in 'RedshiftCreateClusterOperator' (#29657)``
* ``Add Amazon Redshift-data to S3<>RS Transfer Operators (#27947)``
* ``Allow to specify which connection, variable or config are being looked up in the backend using *_lookup_pattern parameters (#29580)``
* ``Implement file credentials provider for AWS hook AssumeRoleWithWebIdentity (#29623)``
* ``Implement custom boto waiters for some EMR operators (#29822)``

Bug Fixes
~~~~~~~~~

* ``fix code checking job names in sagemaker (#29245)``
* ``Avoid emitting fallback message for S3TaskHandler if streaming logs (#29708)``
* ``Use waiters in ECS Operators instead of inner sensors (#29761)``

Misc
~~~~

* ``Impovements for RedshiftDataOperator: better error reporting and an ability to return SQL results (#29434)``
* ``Standardize AWS lambda naming (#29749)``
* ``AWS Glue job hook: Make s3_bucket parameter optional (#29659)``
* ``'RedshiftDataOperator' replace 'await_result' with 'wait_for_completion' (#29633)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix Amazon ECS Enums (#29871)``
7.2.1
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
versions:
- 7.3.0
- 7.2.1
- 7.2.0
- 7.1.0
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/apache/flink/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
Changelog
---------

1.0.1
.....

Bug Fixes
~~~~~~~~~

* ``Make cncf.kubernetes required for flink provider (#29710)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add more precise optional dependency to cncf.kubernetes from flink (#29707)``
1.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/flink/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Flink <https://flink.apache.org/>`__
versions:
- 1.0.1
- 1.0.0

dependencies:
Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/apache/livy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
Changelog
---------

3.3.0
.....

Features
~~~~~~~~

* ``Add Livy Operator with deferrable mode (#29047)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
* ``Fix providers documentation formatting (#28754)``
3.2.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/livy/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Livy <https://livy.apache.org/>`__
versions:
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/atlassian/jira/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
Changelog
---------

2.0.1
.....

Bug Fixes
~~~~~~~~~

* ``Handle 'jira_method_args' in JiraOperator when not provided (#29741)``

2.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/atlassian/jira/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Atlassian Jira <https://www.atlassian.com/>`__
versions:
- 2.0.1
- 2.0.0
- 1.1.0
- 1.0.0
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
Changelog
---------

5.2.2
.....

Bug Fixes
~~~~~~~~~

* ``'KubernetesPodOperator._render_nested_template_fields' improved by changing the conditionals for a map (#29760)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix and augment 'check-for-inclusive-language' CI check (#29549)``
5.2.1
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/cncf/kubernetes/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Kubernetes <https://kubernetes.io/>`__
versions:
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.1
Expand Down
19 changes: 13 additions & 6 deletions airflow/providers/common/sql/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,26 @@
Changelog
---------

1.3.3
1.3.4
.....

Bug Fixes
~~~~~~~~~
* ``Handle non-compliant behaviour of Exasol cursor (#28744)``

* ``Do not process output when do_xcom_push=False (#29599)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Make the S3-to-SQL system test self-contained (#29204)``
* ``Make static checks generated file more stable accross the board (#29080)``
1.3.3
.....

Bug Fixes
~~~~~~~~~

* ``Handle non-compliant behaviour of Exasol cursor (#28744)``

1.3.2
.....
Expand Down Expand Up @@ -127,10 +138,6 @@ Bug Fixes
* ``Don't use Pandas for SQLTableCheckOperator (#25822)``
* ``Discard semicolon stripping in SQL hook (#25855)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
1.1.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/common/sql/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
versions:
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/dbt/cloud/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
Changelog
---------

3.1.0
.....

Features
~~~~~~~~

* ``Add 'DbtCloudJobRunAsyncSensor' (#29695)``

3.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/dbt/cloud/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`dbt Cloud <https://www.getdbt.com/product/what-is-dbt/>`__
versions:
- 3.1.0
- 3.0.0
- 2.3.1
- 2.3.0
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/github/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
Changelog
---------

2.2.1
.....

Bug Fixes
~~~~~~~~~

* ``Handle 'github_method_args' in GithubOperator when not provided (#29699)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Exclude v1.58 of 'PyGithub' package in GitHub provider (#29728)``
2.2.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/github/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
- PyGithub!=1.58

versions:
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.0
Expand Down
28 changes: 28 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,34 @@
Changelog
---------

8.11.0
......

Features
~~~~~~~~

* ``Add deferrable mode to BigQueryTablePartitionExistenceSensor. (#29735)``
* ``Add a new param for BigQuery operators to support additional actions when resource exists (#29394)``
* ``Add deferrable mode to DataprocInstantiateWorkflowTemplateOperator (#28618)``
* ``Dataproc batches (#29136)``
* ``Add 'CloudSQLCloneInstanceOperator' (#29726)``

Bug Fixes
~~~~~~~~~

* ``Fix 'NoneType' object is not subscriptable. (#29820)``
* ``Fix and augment 'check-for-inclusive-language' CI check (#29549)``
* ``Don't push secret in XCOM in BigQueryCreateDataTransferOperator (#29348)``

Misc
~~~~

* ``Google Cloud Providers - Introduce GoogleCloudBaseOperator (#29680)``
* ``Update google cloud dlp package and adjust hook and operators (#29234)``
* ``Refactor Dataproc Trigger (#29364)``
* ``Remove <2.0.0 limit on google-cloud-bigtable (#29644)``
* ``Move help message to the google auth code (#29888)``

8.10.0
......

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ description: |
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
versions:
- 8.11.0
- 8.10.0
- 8.9.0
- 8.8.0
Expand Down
5 changes: 5 additions & 0 deletions airflow/providers/hashicorp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
Changelog
---------

3.3.0
.....

* ``Support multiple mount points in Vault backend secret (#29734)``

3.2.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/hashicorp/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
versions:
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.1
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/mysql/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ used with MySQL server 5.6.4 through 5.7.
Changelog
---------

4.0.2
.....

Misc
~~~~

* ``Use MariaDB client binaries in arm64 image for support MySQL backend (#29519)``

4.0.1
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/mysql/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`MySQL <https://www.mysql.com/products/>`__
versions:
- 4.0.2
- 4.0.1
- 4.0.0
- 3.4.0
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/sftp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
Changelog
---------

4.2.4
.....

Bug Fixes
~~~~~~~~~

* ``Fix SFTPSensor when using newer_than and there are multiple matched files (#29794)``

4.2.3
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/sftp/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`SSH File Transfer Protocol (SFTP) <https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/>`__
versions:
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/ssh/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
Changelog
---------

3.5.0
.....

Features
~~~~~~~~

* ``SSH Provider: Add cmd_timeout to ssh connection extra (#29347)``

3.4.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/ssh/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Secure Shell (SSH) <https://tools.ietf.org/html/rfc4251>`__
versions:
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/telegram/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In this version, we upgraded the ``python-telegram-bot`` to ``20.0.0`` and above
All remains the same except that now the ``get_conn()`` method in ``TelegramHook`` is a coroutine function.
Refer to `python-telegram-bot transition guide <https://github.com/python-telegram-bot/python-telegram-bot/wiki/Transition-guide-to-Version-20.0#asyncio>`_ for more details.


* ``Updated Telegram Provider to ensure compatbility with >=20.0.0 (#28953)``

3.1.1
.....
Expand Down

0 comments on commit fcd3c01

Please sign in to comment.