Skip to content

Commit

Permalink
Prepare docs for July 2023 wave of Providers (RC2) (#32381)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Jul 6, 2023
1 parent f6115a3 commit 225e304
Show file tree
Hide file tree
Showing 133 changed files with 342 additions and 133 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 @@
0bc689ee6d4b6967d7ae99a202031aac14d181a2
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 2 additions & 0 deletions airflow/providers/alibaba/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Features
appropriate section above if needed. Do not delete the lines(!):
* ``D205 Support - Providers: Airbyte and Alibaba (#32214)``
* ``Improve provider documentation and README structure (#32125)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
2.4.1
.....
Expand Down
5 changes: 5 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Bug Fixes
* ``bugfix: break down run+wait method in ECS operator (#32104)``
* ``Handle 'UnboundLocalError' while parsing invalid 's3_url' (#32120)``
* ``Fix 'LambdaInvokeFunctionOperator' payload parameter type (#32259)``
* ``Bug fix GCSToS3Operator: avoid 'ValueError' when 'replace=False' with files already in S3 (#32322)``

Misc
~~~~
Expand All @@ -64,6 +65,8 @@ Misc
* ``Refactor Eks Create Cluster Operator code (#31960)``
* ``Use a waiter in 'AthenaHook' (#31942)``
* ``Add 'on_finish_action' to 'KubernetesPodOperator' (#30718)``
* ``Add default_deferrable config (#31712)``
* ``deprecate arbitrary parameter passing to RDS hook (#32352)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
Expand All @@ -75,6 +78,8 @@ Misc
* ``Minor name change for the util wait method. (#32152)``
* ``Clean up string concatenation (#32129)``
* ``cleanup Amazon CHANGELOG.rst (#32031)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
8.2.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 @@
8c37b74a208a808d905c1b86d081d69d7a1aa900
3878fe6fab3ccc1461932b456c48996f2763139f
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8c37b74a208a808d905c1b86d081d69d7a1aa900
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/apache/druid/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8c37b74a208a808d905c1b86d081d69d7a1aa900
3878fe6fab3ccc1461932b456c48996f2763139f
1 change: 1 addition & 0 deletions airflow/providers/apache/flink/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/apache/hdfs/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8c37b74a208a808d905c1b86d081d69d7a1aa900
3878fe6fab3ccc1461932b456c48996f2763139f
14 changes: 14 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@
Changelog
---------

6.1.2
.....

Bug Fixes
~~~~~~~~~

* ``Add proxy_user template check (#32334)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
* ``D205 Support - Providers: Apache to Common (inclusive) (#32226)``
* ``Improve provider documentation and README structure (#32125)``
6.1.1
.....
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/hive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "6.1.1"
__version__ = "6.1.2"

try:
from airflow import __version__ as airflow_version
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 @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
13 changes: 13 additions & 0 deletions airflow/providers/apache/impala/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
Changelog
---------

1.1.2
.....

Bug Fixes
~~~~~~~~~

* ``Add kerberos dependency to Impala Provider (#32304)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Improve provider documentation and README structure (#32125)``
1.1.1
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/impala/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "1.1.1"
__version__ = "1.1.2"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/impala/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
Expand Down
2 changes: 2 additions & 0 deletions airflow/providers/apache/kafka/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Bug Fixes
appropriate section above if needed. Do not delete the lines(!):
* ``D205 Support - Providers: Apache to Common (inclusive) (#32226)``
* ``Improve provider documentation and README structure (#32125)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
1.1.1
.....
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 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
7 changes: 7 additions & 0 deletions airflow/providers/apache/livy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,17 @@ Bug Fixes

* ``Fix 'LivyHook' TypeError exception on 'session_id' log format (#32051)``

Misc
~~~~

* ``Add default_deferrable config (#31712)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``D205 Support - Providers: Apache to Common (inclusive) (#32226)``
* ``Improve provider documentation and README structure (#32125)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
3.5.1
.....
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 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/apache/pinot/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8c37b74a208a808d905c1b86d081d69d7a1aa900
3878fe6fab3ccc1461932b456c48996f2763139f
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 @@
8c37b74a208a808d905c1b86d081d69d7a1aa900
3878fe6fab3ccc1461932b456c48996f2763139f
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 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
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 @@
8c37b74a208a808d905c1b86d081d69d7a1aa900
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/asana/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8c37b74a208a808d905c1b86d081d69d7a1aa900
3878fe6fab3ccc1461932b456c48996f2763139f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3878fe6fab3ccc1461932b456c48996f2763139f
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 @@
8c37b74a208a808d905c1b86d081d69d7a1aa900
3878fe6fab3ccc1461932b456c48996f2763139f
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 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
6 changes: 6 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,16 @@ Bug Fixes
* ``Fix 'KubernetesPodTrigger' waiting strategy (#31348)``
* ``fix spark-kubernetes-operator compatibality (#31798)``

Misc
~~~~
* ``Add default_deferrable config (#31712)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``D205 Support - Providers: Apache to Common (inclusive) (#32226)``
* ``Improve provider documentation and README structure (#32125)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
7.1.0
.....
Expand Down
6 changes: 6 additions & 0 deletions airflow/providers/common/sql/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,16 @@ Features

* ``openlineage, common.sql: provide OL SQL parser as internal OpenLineage provider API (#31398)``

Misc
~~~~
* ``Pass SQLAlchemy engine to construct information schema query. (#32371)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``D205 Support - Providers: Apache to Common (inclusive) (#32226)``
* ``Improve provider documentation and README structure (#32125)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
1.5.2
.....
Expand Down
7 changes: 7 additions & 0 deletions airflow/providers/databricks/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,17 @@ Bug Fixes

* ``Modify 'template_fields' of 'DatabricksSqlOperator' to support parent class fields (#32253)``

Misc
~~~~

* ``Add default_deferrable config (#31712)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``D205 Support - Providers: Databricks to Github (inclusive) (#32243)``
* ``Improve provider documentation and README structure (#32125)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
4.3.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 @@
d1aa509bbd1941ceb3fe31789efeebbddd58d32f
3878fe6fab3ccc1461932b456c48996f2763139f
15 changes: 15 additions & 0 deletions airflow/providers/dbt/cloud/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@
Changelog
---------

3.2.2
.....

Misc
~~~~

* ``Add default_deferrable config (#31712)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
* ``D205 Support - Providers: Databricks to Github (inclusive) (#32243)``
* ``Improve provider documentation and README structure (#32125)``
3.2.1
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/dbt/cloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "3.2.1"
__version__ = "3.2.2"

try:
from airflow import __version__ as airflow_version
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 @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.1
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 @@
d1aa509bbd1941ceb3fe31789efeebbddd58d32f
3878fe6fab3ccc1461932b456c48996f2763139f
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 @@
d1aa509bbd1941ceb3fe31789efeebbddd58d32f
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/docker/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d1aa509bbd1941ceb3fe31789efeebbddd58d32f
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 2 additions & 0 deletions airflow/providers/elasticsearch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Breaking changes
.. Review and move the new changes to one of the sections above:
* ``D205 Support - Providers: Databricks to Github (inclusive) (#32243)``
* ``Improve provider documentation and README structure (#32125)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
4.5.1
.....
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/exasol/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/facebook/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/ftp/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d1aa509bbd1941ceb3fe31789efeebbddd58d32f
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/github/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d1aa509bbd1941ceb3fe31789efeebbddd58d32f
3878fe6fab3ccc1461932b456c48996f2763139f
3 changes: 3 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,14 @@ Misc
* ``Deprecate 'delimiter' param and source object's wildcards in GCS, introduce 'match_glob' param. (#31261)``
* ``Refactor GKECreateClusterOperator's body validation (#31923)``
* ``Optimize deferrable mode execution for 'BigQueryValueCheckOperator' (#31872)``
* ``Add default_deferrable config (#31712)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Improve provider documentation and README structure (#32125)``
* ``Google provider docstring improvements (#31731)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
10.2.0
......
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/grpc/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
3 changes: 3 additions & 0 deletions airflow/providers/hashicorp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Misc
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Improve provider documentation and README structure (#32125)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
* ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)``
3.4.1
.....
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/http/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/imap/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/influxdb/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/jdbc/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/jenkins/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
5 changes: 5 additions & 0 deletions airflow/providers/microsoft/azure/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,22 @@ Bug Fixes

* ``Cancel pipeline if unexpected exception caught (#32238)``
* ``Fix where account url is build if not provided using login (account name) (#32082)``
* ``refresh connection if an exception is caught in "AzureDataFactory" (#32323)``

Misc
~~~~

* ``Doc changes: Added Transfers section in Azure provider docs (#32241)``
* ``Adds Sensor section in the Azure providers docs (#32299)``
* ``Add default_deferrable config (#31712)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Improve provider documentation and README structure (#32125)``
* ``invalid args fix (#32326)``
* ``Remove spurious headers for provider changelogs (#32373)``
* ``Prepare docs for July 2023 wave of Providers (#32298)``
* ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)``
6.1.2
.....
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/mongo/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/mysql/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/neo4j/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f
2 changes: 1 addition & 1 deletion airflow/providers/odbc/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09d4718d3a46aecf3355d14d3d23022002f4a818
3878fe6fab3ccc1461932b456c48996f2763139f

0 comments on commit 225e304

Please sign in to comment.