Skip to content

Commit f8db64c

Browse files
authored
Update docs for September Provider's release (#26731)
1 parent dce2755 commit f8db64c

163 files changed

Lines changed: 1202 additions & 226 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
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

0 commit comments

Comments
 (0)