Skip to content

Commit 6072f75

Browse files
potiukCloud Composer Team
authored and
Cloud Composer Team
committed
Update docs for September Provider's release (#26731)
GitOrigin-RevId: f8db64c35c8589840591021a48901577cff39c07
1 parent 6ef8a82 commit 6072f75

File tree

163 files changed

+1202
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+1202
-226
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6861bcc03fa2177ad96cf493dcc19826849f92e3
1+
06acf40a4337759797f666d5bb27a5a393b74fed

airflow/providers/alibaba/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
Changelog
2525
---------
2626

27+
2.1.0
28+
.....
29+
30+
Features
31+
~~~~~~~~
32+
33+
* ``Auto tail file logs in Web UI (#26169)``
34+
35+
.. Below changes are excluded from the changelog. Move them to
36+
appropriate section above if needed. Do not delete the lines(!):
37+
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
38+
2739
2.0.1
2840
.....
2941

airflow/providers/alibaba/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com//>`__).
2323
2424
versions:
25+
- 2.1.0
2526
- 2.0.1
2627
- 2.0.0
2728
- 1.1.1

airflow/providers/amazon/CHANGELOG.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,58 @@
2424
Changelog
2525
---------
2626

27+
6.0.0
28+
.....
29+
30+
Breaking changes
31+
~~~~~~~~~~~~~~~~
32+
2733
.. warning::
2834
In this version of provider Amazon S3 Connection (``conn_type="s3"``) removed due to the fact that it was always
2935
an alias to :ref:`Amazon Web Services Connection <howto/connection:aws>` (``conn_type="aws"``).
3036
In practice the only impact is you won't be able to ``test`` the connection in the web UI / API.
3137
In order to restore ability to test connection you need to change connection type from **Amazon S3** (``conn_type="s3"``)
3238
to **Amazon Web Services** (``conn_type="aws"``) manually.
3339

40+
* ``Remove Amazon S3 Connection Type (#25980)``
41+
42+
Features
43+
~~~~~~~~
44+
45+
* ``Add RdsDbSensor to amazon provider package (#26003)``
46+
* ``Set template_fields on RDS operators (#26005)``
47+
* ``Auto tail file logs in Web UI (#26169)``
48+
49+
Bug Fixes
50+
~~~~~~~~~
51+
52+
* ``Fix SageMakerEndpointConfigOperator's return value (#26541)``
53+
* ``EMR Serverless Fix for Jobs marked as success even on failure (#26218)``
54+
* ``Fix AWS Connection warn condition for invalid 'profile_name' argument (#26464)``
55+
* ``Athena and EMR operator max_retries mix-up fix (#25971)``
56+
* ``Fixes SageMaker operator return values (#23628)``
57+
* ``Remove redundant catch exception in Amazon Log Task Handlers (#26442)``
58+
59+
Misc
60+
~~~~
61+
62+
* ``Remove duplicated connection-type within the provider (#26628)``
63+
64+
65+
.. Below changes are excluded from the changelog. Move them to
66+
appropriate section above if needed. Do not delete the lines(!):
67+
* ``Redshift to S3 and S3 to Redshift System test (AIP-47) (#26613)``
68+
* ``Convert example_eks_with_fargate_in_one_step.py and example_eks_with_fargate_profile to AIP-47 (#26537)``
69+
* ``Redshift System Test (AIP-47) (#26187)``
70+
* ``GoogleAPIToS3Operator System Test (AIP-47) (#26370)``
71+
* ``Convert EKS with Nodegroups sample DAG to a system test (AIP-47) (#26539)``
72+
* ``Convert EC2 sample DAG to system test (#26540)``
73+
* ``Convert S3 example DAG to System test (AIP-47) (#26535)``
74+
* ``Convert 'example_eks_with_nodegroup_in_one_step' sample DAG to system test (AIP-47) (#26410)``
75+
* ``Migrate DMS sample dag to system test (#26270)``
76+
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
77+
* ``D400 first line should end with period batch02 (#25268)``
78+
* ``Change links to 'boto3' documentation (#26708)``
3479
3580
5.1.0
3681
.....

airflow/providers/amazon/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
2323
2424
versions:
25+
- 6.0.0
2526
- 5.1.0
2627
- 5.0.0
2728
- 4.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed

airflow/providers/apache/drill/CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
Changelog
2525
---------
2626

27+
2.2.1
28+
.....
29+
30+
Misc
31+
~~~~
32+
33+
* ``Add common-sql lower bound for common-sql (#25789)``
34+
35+
.. Review and move the new changes to one of the sections above:
36+
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
37+
2738
2.2.0
2839
.....
2940

airflow/providers/apache/drill/provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Apache Drill <https://drill.apache.org/>`__.
2323
2424
versions:
25+
- 2.2.1
2526
- 2.2.0
2627
- 2.1.0
2728
- 2.0.0
@@ -33,7 +34,7 @@ versions:
3334

3435
dependencies:
3536
- apache-airflow>=2.2.0
36-
- apache-airflow-providers-common-sql>=1.1.0
37+
- apache-airflow-providers-common-sql>=1.2.0
3738
- sqlalchemy-drill>=1.1.0
3839

3940
integrations:

airflow/providers/apache/druid/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
Changelog
2525
---------
2626

27+
3.2.1
28+
.....
29+
30+
Misc
31+
~~~~
32+
33+
* ``Add common-sql lower bound for common-sql (#25789)``
34+
35+
36+
.. Review and move the new changes to one of the sections above:
37+
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
38+
2739
3.2.0
2840
.....
2941

airflow/providers/apache/druid/provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Apache Druid <https://druid.apache.org/>`__.
2323
2424
versions:
25+
- 3.2.1
2526
- 3.2.0
2627
- 3.1.0
2728
- 3.0.0
@@ -40,7 +41,7 @@ versions:
4041

4142
dependencies:
4243
- apache-airflow>=2.2.0
43-
- apache-airflow-providers-common-sql>=1.1.0
44+
- apache-airflow-providers-common-sql>=1.2.0
4445
- pydruid>=0.4.1
4546

4647
integrations:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
602abe8394fafe7de54df7e73af56de848cdf617
1+
06acf40a4337759797f666d5bb27a5a393b74fed

airflow/providers/apache/hive/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@
2424
Changelog
2525
---------
2626

27+
4.0.1
28+
.....
29+
30+
Misc
31+
~~~~
32+
33+
* ``Add common-sql lower bound for common-sql (#25789)``
34+
35+
.. Review and move the new changes to one of the sections above:
36+
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
2737
2838
4.0.0
2939
.....

airflow/providers/apache/hive/provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Apache Hive <https://hive.apache.org/>`__
2323
2424
versions:
25+
- 4.0.1
2526
- 4.0.0
2627
- 3.1.0
2728
- 3.0.0
@@ -42,7 +43,7 @@ versions:
4243

4344
dependencies:
4445
- apache-airflow>=2.2.0
45-
- apache-airflow-providers-common-sql>=1.1.0
46+
- apache-airflow-providers-common-sql>=1.2.0
4647
- hmsclient>=0.1.0
4748
- pandas>=0.17.1
4849
- pyhive[hive]>=0.6.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
1+
06acf40a4337759797f666d5bb27a5a393b74fed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed

airflow/providers/apache/pinot/CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@
2424
Changelog
2525
---------
2626

27+
3.2.1
28+
.....
29+
30+
Misc
31+
~~~~
32+
33+
* ``Add common-sql lower bound for common-sql (#25789)``
34+
35+
Bug Fixes
36+
~~~~~~~~~
37+
38+
* ``Fix PinotDB dependencies (#26705)``
39+
40+
.. Below changes are excluded from the changelog. Move them to
41+
appropriate section above if needed. Do not delete the lines(!):
42+
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
43+
2744
3.2.0
2845
.....
2946

airflow/providers/apache/pinot/provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Apache Pinot <https://pinot.apache.org/>`__
2323
2424
versions:
25+
- 3.2.1
2526
- 3.2.0
2627
- 3.1.0
2728
- 3.0.0
@@ -35,7 +36,7 @@ versions:
3536

3637
dependencies:
3738
- apache-airflow>=2.2.0
38-
- apache-airflow-providers-common-sql>=1.1.0
39+
- apache-airflow-providers-common-sql>=1.2.0
3940
- pinotdb>0.1.2
4041
# Pinotdb 0.4.7 lacks ciso8601 as install_requires dependency, yet it has implicit dependency on it
4142
# Until https://github.com/python-pinot-dbapi/pinot-dbapi/issues/47 is fixed we add the dependency in
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8b6b0848a3cacf9999477d6af4d2a87463f03026
1+
06acf40a4337759797f666d5bb27a5a393b74fed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed

airflow/providers/cncf/kubernetes/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ Bug Fixes
4444
appropriate section above if needed. Do not delete the lines(!):
4545
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
4646
47+
.. Review and move the new changes to one of the sections above:
48+
* ``Prepare to release cncf.kubernetes provider (#26588)``
49+
4750
4.3.0
4851
.....
4952

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
06acf40a4337759797f666d5bb27a5a393b74fed

airflow/providers/common/sql/CHANGELOG.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ Changelog
2727
1.2.0
2828
.....
2929

30-
3130
Features
3231
~~~~~~~~
3332

3433
* ``Make placeholder style configurable (#25939)``
35-
* ``Better error messsage for pre-common-sql providers (#26051)``
34+
* ``Better error message for pre-common-sql providers (#26051)``
3635

3736
Bug Fixes
3837
~~~~~~~~~

airflow/providers/databricks/CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,30 @@
2424
Changelog
2525
---------
2626

27+
3.3.0
28+
.....
29+
30+
Features
31+
~~~~~~~~
32+
33+
* ``DatabricksSubmitRunOperator dbt task support (#25623)``
34+
35+
Misc
36+
~~~~
37+
38+
* ``Add common-sql lower bound for common-sql (#25789)``
39+
* ``Remove duplicated connection-type within the provider (#26628)``
40+
41+
Bug Fixes
42+
~~~~~~~~~
43+
44+
* ``Databricks: fix provider name in the User-Agent string (#25873)``
45+
46+
.. Below changes are excluded from the changelog. Move them to
47+
appropriate section above if needed. Do not delete the lines(!):
48+
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
49+
* ``D400 first line should end with period batch02 (#25268)``
50+
2751
3.2.0
2852
.....
2953

airflow/providers/databricks/provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Databricks <https://databricks.com/>`__
2323
2424
versions:
25+
- 3.3.0
2526
- 3.2.0
2627
- 3.1.0
2728
- 3.0.0
@@ -40,7 +41,7 @@ versions:
4041

4142
dependencies:
4243
- apache-airflow>=2.2.0
43-
- apache-airflow-providers-common-sql>=1.1.0
44+
- apache-airflow-providers-common-sql>=1.2.0
4445
- requests>=2.27,<3
4546
- databricks-sql-connector>=2.0.0, <3.0.0
4647
- aiohttp>=3.6.3, <4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed

airflow/providers/dbt/cloud/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
Changelog
2525
---------
2626

27+
2.2.0
28+
.....
29+
30+
Features
31+
~~~~~~~~
32+
33+
* ``Add 'DbtCloudListJobsOperator' (#26475)``
34+
35+
.. Below changes are excluded from the changelog. Move them to
36+
appropriate section above if needed. Do not delete the lines(!):
37+
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
38+
2739
2.1.0
2840
.....
2941

airflow/providers/dbt/cloud/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`dbt Cloud <https://www.getdbt.com/product/what-is-dbt/>`__
2323
2424
versions:
25+
- 2.2.0
2526
- 2.1.0
2627
- 2.0.1
2728
- 2.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d2459a241b54d596ebdb9d81637400279fff4f2d
1+
06acf40a4337759797f666d5bb27a5a393b74fed

0 commit comments

Comments
 (0)