Skip to content

Commit

Permalink
Add documentation for July 2022 Provider's release (#25030)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Jul 13, 2022
1 parent 40e02ed commit d2459a2
Show file tree
Hide file tree
Showing 198 changed files with 2,198 additions and 403 deletions.
13 changes: 13 additions & 0 deletions airflow/providers/airbyte/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
Changelog
---------

3.1.0
.....

Features
~~~~~~~~

* ``'AirbyteHook' add cancel job option (#24593)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Move provider dependencies to inside provider folders (#24672)``
* ``Remove 'hook-class-names' from provider.yaml (#24702)``
3.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/airbyte/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Airbyte <https://airbyte.io/>`__
versions:
- 3.1.0
- 3.0.0
- 2.1.4
- 2.1.3
Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/alibaba/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
Changelog
---------

2.0.1
.....

Bug Fixes
~~~~~~~~~

* ``Update providers to use functools compat for ''cached_property'' (#24582)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Move provider dependencies to inside provider folders (#24672)``
* ``Remove 'hook-class-names' from provider.yaml (#24702)``
2.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com//>`__).
versions:
- 2.0.1
- 2.0.0
- 1.1.1
- 1.1.0
Expand Down
40 changes: 40 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,46 @@
Changelog
---------

4.1.0
.....

Features
~~~~~~~~

* ``Add test_connection method to AWS hook (#24662)``
* ``Add AWS operators to create and delete RDS Database (#24099)``
* ``Add batch option to 'SqsSensor' (#24554)``
* ``Add AWS Batch & AWS CloudWatch Extra Links (#24406)``
* ``Refactoring EmrClusterLink and add for other AWS EMR Operators (#24294)``
* ``Move all SQL classes to common-sql provider (#24836)``
* ``Amazon appflow (#24057)``
* ``Make extra_args in S3Hook immutable between calls (#24527)``

Bug Fixes
~~~~~~~~~

* ``Refactor and fix AWS secret manager invalid exception (#24898)``
* ``fix: RedshiftDataHook and RdsHook not use cached connection (#24387)``
* ``Fix links to sources for examples (#24386)``
* ``Fix S3KeySensor. See #24321 (#24378)``
* ``Fix: 'emr_conn_id' should be optional in 'EmrCreateJobFlowOperator' (#24306)``
* ``Update providers to use functools compat for ''cached_property'' (#24582)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Convert RDS Event and Snapshot Sample DAGs to System Tests (#24932)``
* ``Convert Step Functions Example DAG to System Test (AIP-47) (#24643)``
* ``Update AWS Connection docs and deprecate some extras (#24670)``
* ``Remove 'xcom_push' flag from providers (#24823)``
* ``Align Black and blacken-docs configs (#24785)``
* ``Restore Optional value of script_location (#24754)``
* ``Move provider dependencies to inside provider folders (#24672)``
* ``Use our yaml util in all providers (#24720)``
* ``Remove 'hook-class-names' from provider.yaml (#24702)``
* ``Convert SQS Sample DAG to System Test (#24513)``
* ``Convert Cloudformation Sample DAG to System Test (#24447)``
* ``Convert SNS Sample DAG to System Test (#24384)``
4.0.0
.....

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:
- 4.1.0
- 4.0.0
- 3.4.0
- 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
13 changes: 13 additions & 0 deletions airflow/providers/apache/drill/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
Changelog
---------

2.1.0
.....

Features
~~~~~~~~

* ``Move all SQL classes to common-sql provider (#24836)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Move provider dependencies to inside provider folders (#24672)``
* ``Remove 'hook-class-names' from provider.yaml (#24702)``
2.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/drill/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Drill <https://drill.apache.org/>`__.
versions:
- 2.1.0
- 2.0.0
- 1.0.4
- 1.0.3
Expand Down
14 changes: 14 additions & 0 deletions airflow/providers/apache/druid/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
Changelog
---------

3.1.0
.....

Features
~~~~~~~~

* ``Move all SQL classes to common-sql provider (#24836)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Move provider dependencies to inside provider folders (#24672)``
* ``Remove 'hook-class-names' from provider.yaml (#24702)``
3.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/druid/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Druid <https://druid.apache.org/>`__.
versions:
- 3.1.0
- 3.0.0
- 2.3.3
- 2.3.2
Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
Changelog
---------

3.0.1
.....

Bug Fixes
~~~~~~~~~

* ``'WebHDFSHook' Bugfix/optional port (#24550)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Move provider dependencies to inside provider folders (#24672)``
* ``Remove 'hook-class-names' from provider.yaml (#24702)``
3.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/hdfs/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ description: |
and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.
versions:
- 3.0.1
- 3.0.0
- 2.2.3
- 2.2.2
Expand Down
18 changes: 18 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,24 @@
Changelog
---------

3.1.0
.....

Features
~~~~~~~~

* ``Move all SQL classes to common-sql provider (#24836)``

Bug Fixes
~~~~~~~~~

* ``fix connection extra parameter 'auth_mechanism' in 'HiveMetastoreHook' and 'HiveServer2Hook' (#24713)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Move provider dependencies to inside provider folders (#24672)``
* ``Remove 'hook-class-names' from provider.yaml (#24702)``
3.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Hive <https://hive.apache.org/>`__
versions:
- 3.1.0
- 3.0.0
- 2.3.3
- 2.3.2
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/kylin/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
96b01a8012d164df7c24c460149d3b79ecad3901
2 changes: 1 addition & 1 deletion airflow/providers/apache/livy/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
2 changes: 1 addition & 1 deletion airflow/providers/apache/pig/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
13 changes: 13 additions & 0 deletions airflow/providers/apache/pinot/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
Changelog
---------

3.1.0
.....

Features
~~~~~~~~

* ``Move all SQL classes to common-sql provider (#24836)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Move provider dependencies to inside provider folders (#24672)``
3.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/pinot/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Pinot <https://pinot.apache.org/>`__
versions:
- 3.1.0
- 3.0.0
- 2.0.4
- 2.0.3
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/spark/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cb73053211367e2c2dd76d5279cdc7dc7b190124
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
2 changes: 1 addition & 1 deletion airflow/providers/apache/sqoop/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
602abe8394fafe7de54df7e73af56de848cdf617
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
1 change: 1 addition & 0 deletions airflow/providers/arangodb/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
14 changes: 14 additions & 0 deletions airflow/providers/asana/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@
Changelog
---------

2.0.1
.....

Bug Fixes
~~~~~~~~~

* ``Update providers to use functools compat for ''cached_property'' (#24582)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Move provider dependencies to inside provider folders (#24672)``
* ``Remove 'hook-class-names' from provider.yaml (#24702)``
2.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/asana/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Asana <https://app.asana.com/>`__
versions:
- 2.0.1
- 2.0.0
- 1.1.3
- 1.1.2
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/celery/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
2 changes: 1 addition & 1 deletion airflow/providers/cloudant/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8b6b0848a3cacf9999477d6af4d2a87463f03026
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
25 changes: 25 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,31 @@
Changelog
---------

4.2.0
.....

Features
~~~~~~~~

* ``Add 'airflow_kpo_in_cluster' label to KPO pods (#24658)``
* ``Use found pod for deletion in KubernetesPodOperator (#22092)``

Bug Fixes
~~~~~~~~~

* ``Revert "Fix await_container_completion condition (#23883)" (#24474)``
* ``Update providers to use functools compat for ''cached_property'' (#24582)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Only assert stuff for mypy when type checking (#24937)``
* ``Remove 'xcom_push' flag from providers (#24823)``
* ``More typing and minor refactor for kubernetes (#24719)``
* ``Move provider dependencies to inside provider folders (#24672)``
* ``Use our yaml util in all providers (#24720)``
* ``Remove 'hook-class-names' from provider.yaml (#24702)``
* ``Rename 'resources' arg in Kub op to k8s_resources (#24673)``
4.1.0
.....

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:
- 4.2.0
- 4.1.0
- 4.0.2
- 4.0.1
Expand Down
22 changes: 22 additions & 0 deletions airflow/providers/databricks/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,28 @@
Changelog
---------

3.1.0
.....

Features
~~~~~~~~

* ``Added databricks_conn_id as templated field (#24945)``
* ``Add 'test_connection' method to Databricks hook (#24617)``
* ``Move all SQL classes to common-sql provider (#24836)``

Bug Fixes
~~~~~~~~~

* ``Update providers to use functools compat for ''cached_property'' (#24582)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Automatically detect if non-lazy logging interpolation is used (#24910)``
* ``Remove "bad characters" from our codebase (#24841)``
* ``Move provider dependencies to inside provider folders (#24672)``
* ``Remove 'hook-class-names' from provider.yaml (#24702)``
3.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/databricks/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Databricks <https://databricks.com/>`__
versions:
- 3.1.0
- 3.0.0
- 2.7.0
- 2.6.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/datadog/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8b6b0848a3cacf9999477d6af4d2a87463f03026
96b01a8012d164df7c24c460149d3b79ecad3901
Loading

0 comments on commit d2459a2

Please sign in to comment.