Skip to content

Commit

Permalink
Prepare docs for new providers release (August 2022) (#25618)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Aug 10, 2022
1 parent 8a1b7d4 commit e5ac6c7
Show file tree
Hide file tree
Showing 156 changed files with 1,063 additions and 156 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
6861bcc03fa2177ad96cf493dcc19826849f92e3
49 changes: 49 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,55 @@
Changelog
---------

5.0.0
.....

Breaking changes
~~~~~~~~~~~~~~~~

* ``Avoid requirement that AWS Secret Manager JSON values be urlencoded. (#25432)``
* ``Remove deprecated modules (#25543)``
* ``Resolve Amazon Hook's 'region_name' and 'config' in wrapper (#25336)``
* ``Resolve and validate AWS Connection parameters in wrapper (#25256)``
* ``Standardize AwsLambda (#25100)``
* ``Refactor monolithic ECS Operator into Operators, Sensors, and a Hook (#25413)``
* ``Remove deprecated modules from Amazon provider package (#25609)``

Features
~~~~~~~~

* ``Add EMR Serverless Operators and Hooks (#25324)``
* ``Hide unused fields for Amazon Web Services connection (#25416)``
* ``Enable Auto-incrementing Transform job name in SageMakerTransformOperator (#25263)``
* ``Unify DbApiHook.run() method with the methods which override it (#23971)``
* ``SQSPublishOperator should allow sending messages to a FIFO Queue (#25171)``
* ``Glue Job Driver logging (#25142)``
* ``Bump typing-extensions and mypy for ParamSpec (#25088)``

Bug Fixes
~~~~~~~~~

* ``Fix S3Hook transfer config arguments validation (#25544)``
* ``Fix BatchOperator links on wait_for_completion = True (#25228)``
* ``Makes changes to SqlToS3Operator method _fix_int_dtypes (#25083)``
* ``refactor: Deprecate parameter 'host' as an extra attribute for the connection. Depreciation is happening in favor of 'endpoint_url' in extra. (#25494)``
* ``Get boto3.session.Session by appropriate method (#25569)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``System test for EMR Serverless (#25559)``
* ``Convert Local to S3 example DAG to System Test (AIP-47) (#25345)``
* ``Convert ECS Fargate Sample DAG to System Test (#25316)``
* ``Sagemaker System Tests - Part 3 of 3 - example_sagemaker_endpoint.py (AIP-47) (#25134)``
* ``Convert RDS Export Sample DAG to System Test (AIP-47) (#25205)``
* ``AIP-47 - Migrate redshift DAGs to new design #22438 (#24239)``
* ``Convert Glue Sample DAG to System Test (#25136)``
* ``Convert the batch sample dag to system tests (AIP-47) (#24448)``
* ``Migrate datasync sample dag to system tests (AIP-47) (#24354)``
* ``Sagemaker System Tests - Part 2 of 3 - example_sagemaker.py (#25079)``
* ``Migrate lambda sample dag to system test (AIP-47) (#24355)``
* ``SageMaker system tests - Part 1 of 3 - Prep Work (AIP-47) (#25078)``
4.1.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:
- 5.0.0
- 4.1.0
- 4.0.0
- 3.4.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 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
d2459a241b54d596ebdb9d81637400279fff4f2d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
d2459a241b54d596ebdb9d81637400279fff4f2d
9 changes: 9 additions & 0 deletions airflow/providers/apache/drill/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
Changelog
---------

2.2.0
.....

Features
~~~~~~~~

* ``Unify DbApiHook.run() method with the methods which override it (#23971)``


2.1.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.2.0
- 2.1.0
- 2.0.0
- 1.0.4
Expand Down
9 changes: 9 additions & 0 deletions airflow/providers/apache/druid/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
Changelog
---------

3.2.0
.....

Features
~~~~~~~~

* ``Move all "old" SQL operators to common.sql providers (#25350)``


3.1.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.2.0
- 3.1.0
- 3.0.0
- 2.3.3
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
Changelog
---------

3.1.0
.....

Features
~~~~~~~~

* ``Adding Authentication to webhdfs sensor (#25110)``

3.0.1
.....

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.1.0
- 3.0.1
- 3.0.0
- 2.2.3
Expand Down
14 changes: 14 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
Changelog
---------


4.0.0
.....

Breaking Changes
~~~~~~~~~~~~~~~~

Expand All @@ -35,6 +39,16 @@ Breaking Changes
* ``schema`` parameter in ``get_records`` is an optional kwargs extra parameter that you can add, to match
the schema of ``get_records`` from DbApiHook.

* ``Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)``
* ``Remove Smart Sensors (#25507)``

Bug Fixes
~~~~~~~~~


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
3.1.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:
- 4.0.0
- 3.1.0
- 3.0.0
- 2.3.3
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 @@
96b01a8012d164df7c24c460149d3b79ecad3901
d2459a241b54d596ebdb9d81637400279fff4f2d
15 changes: 15 additions & 0 deletions airflow/providers/apache/livy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@
Changelog
---------

3.1.0
.....

Features
~~~~~~~~

* ``Add auth_type to LivyHook (#25183)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add documentation for July 2022 Provider's release (#25030)``
* ``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/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.1.0
- 3.0.0
- 2.2.3
- 2.2.2
Expand Down
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 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
d2459a241b54d596ebdb9d81637400279fff4f2d
10 changes: 10 additions & 0 deletions airflow/providers/apache/pinot/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
Changelog
---------

3.2.0
.....

Features
~~~~~~~~

* ``Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)``
* ``Unify DbApiHook.run() method with the methods which override it (#23971)``


3.1.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.2.0
- 3.1.0
- 3.0.0
- 2.0.4
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 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
d2459a241b54d596ebdb9d81637400279fff4f2d
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 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
d2459a241b54d596ebdb9d81637400279fff4f2d
2 changes: 1 addition & 1 deletion airflow/providers/arangodb/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
d2459a241b54d596ebdb9d81637400279fff4f2d
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 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
d2459a241b54d596ebdb9d81637400279fff4f2d
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 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
d2459a241b54d596ebdb9d81637400279fff4f2d
13 changes: 13 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@
Changelog
---------

4.3.0
.....

Features
~~~~~~~~

* ``Improve taskflow type hints with ParamSpec (#25173)``

Bug Fixes
~~~~~~~~~

* ``Fix xcom_sidecar stuck problem (#24993)``

4.2.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.3.0
- 4.2.0
- 4.1.0
- 4.0.2
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.2.0
.....

Features
~~~~~~~~

* ``Databricks: update user-agent string (#25578)``
* ``More improvements in the Databricks operators (#25260)``
* ``Improved telemetry for Databricks provider (#25115)``
* ``Unify DbApiHook.run() method with the methods which override it (#23971)``

Bug Fixes
~~~~~~~~~

* ``Databricks: fix test_connection implementation (#25114)``
* ``Do not convert boolean values to string in deep_string_coerce function (#25394)``
* ``Correctly handle output of the failed tasks (#25427)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``updated documentation for databricks operator (#24599)``
3.1.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.2.0
- 3.1.0
- 3.0.0
- 2.7.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 @@
96b01a8012d164df7c24c460149d3b79ecad3901
d2459a241b54d596ebdb9d81637400279fff4f2d
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
---------

2.1.0
.....

Features
~~~~~~~~

* ``Improve taskflow type hints with ParamSpec (#25173)``

2.0.1
.....

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:
- 2.1.0
- 2.0.1
- 2.0.0
- 1.0.2
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/dingding/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
d2459a241b54d596ebdb9d81637400279fff4f2d
2 changes: 1 addition & 1 deletion airflow/providers/discord/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
d2459a241b54d596ebdb9d81637400279fff4f2d
9 changes: 9 additions & 0 deletions airflow/providers/elasticsearch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
Changelog
---------

4.2.0
.....

Features
~~~~~~~~

* ``Improve ElasticsearchTaskHandler (#21942)``


4.1.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/elasticsearch/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
versions:
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.3
Expand Down
14 changes: 14 additions & 0 deletions airflow/providers/exasol/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
Changelog
---------

4.0.0
.....

Breaking changes
~~~~~~~~~~~~~~~~

* ``Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)``

Features
~~~~~~~~

* ``Unify DbApiHook.run() method with the methods which override it (#23971)``


3.1.0
.....

Expand Down

0 comments on commit e5ac6c7

Please sign in to comment.