Skip to content

Commit e5ac6c7

Browse files
authored
Prepare docs for new providers release (August 2022) (#25618)
1 parent 8a1b7d4 commit e5ac6c7

File tree

156 files changed

+1063
-156
lines changed

Some content is hidden

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

156 files changed

+1063
-156
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038
1+
6861bcc03fa2177ad96cf493dcc19826849f92e3

β€Žairflow/providers/amazon/CHANGELOG.rst

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

27+
5.0.0
28+
.....
29+
30+
Breaking changes
31+
~~~~~~~~~~~~~~~~
32+
33+
* ``Avoid requirement that AWS Secret Manager JSON values be urlencoded. (#25432)``
34+
* ``Remove deprecated modules (#25543)``
35+
* ``Resolve Amazon Hook's 'region_name' and 'config' in wrapper (#25336)``
36+
* ``Resolve and validate AWS Connection parameters in wrapper (#25256)``
37+
* ``Standardize AwsLambda (#25100)``
38+
* ``Refactor monolithic ECS Operator into Operators, Sensors, and a Hook (#25413)``
39+
* ``Remove deprecated modules from Amazon provider package (#25609)``
40+
41+
Features
42+
~~~~~~~~
43+
44+
* ``Add EMR Serverless Operators and Hooks (#25324)``
45+
* ``Hide unused fields for Amazon Web Services connection (#25416)``
46+
* ``Enable Auto-incrementing Transform job name in SageMakerTransformOperator (#25263)``
47+
* ``Unify DbApiHook.run() method with the methods which override it (#23971)``
48+
* ``SQSPublishOperator should allow sending messages to a FIFO Queue (#25171)``
49+
* ``Glue Job Driver logging (#25142)``
50+
* ``Bump typing-extensions and mypy for ParamSpec (#25088)``
51+
52+
Bug Fixes
53+
~~~~~~~~~
54+
55+
* ``Fix S3Hook transfer config arguments validation (#25544)``
56+
* ``Fix BatchOperator links on wait_for_completion = True (#25228)``
57+
* ``Makes changes to SqlToS3Operator method _fix_int_dtypes (#25083)``
58+
* ``refactor: Deprecate parameter 'host' as an extra attribute for the connection. Depreciation is happening in favor of 'endpoint_url' in extra. (#25494)``
59+
* ``Get boto3.session.Session by appropriate method (#25569)``
60+
61+
.. Below changes are excluded from the changelog. Move them to
62+
appropriate section above if needed. Do not delete the lines(!):
63+
* ``System test for EMR Serverless (#25559)``
64+
* ``Convert Local to S3 example DAG to System Test (AIP-47) (#25345)``
65+
* ``Convert ECS Fargate Sample DAG to System Test (#25316)``
66+
* ``Sagemaker System Tests - Part 3 of 3 - example_sagemaker_endpoint.py (AIP-47) (#25134)``
67+
* ``Convert RDS Export Sample DAG to System Test (AIP-47) (#25205)``
68+
* ``AIP-47 - Migrate redshift DAGs to new design #22438 (#24239)``
69+
* ``Convert Glue Sample DAG to System Test (#25136)``
70+
* ``Convert the batch sample dag to system tests (AIP-47) (#24448)``
71+
* ``Migrate datasync sample dag to system tests (AIP-47) (#24354)``
72+
* ``Sagemaker System Tests - Part 2 of 3 - example_sagemaker.py (#25079)``
73+
* ``Migrate lambda sample dag to system test (AIP-47) (#24355)``
74+
* ``SageMaker system tests - Part 1 of 3 - Prep Work (AIP-47) (#25078)``
75+
2776
4.1.0
2877
.....
2978

β€Ž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+
- 5.0.0
2526
- 4.1.0
2627
- 4.0.0
2728
- 3.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
1+
d2459a241b54d596ebdb9d81637400279fff4f2d
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
1+
d2459a241b54d596ebdb9d81637400279fff4f2d

β€Žairflow/providers/apache/drill/CHANGELOG.rst

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

27+
2.2.0
28+
.....
29+
30+
Features
31+
~~~~~~~~
32+
33+
* ``Unify DbApiHook.run() method with the methods which override it (#23971)``
34+
35+
2736
2.1.0
2837
.....
2938

β€Žairflow/providers/apache/drill/provider.yaml

Lines changed: 1 addition & 0 deletions
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.0
2526
- 2.1.0
2627
- 2.0.0
2728
- 1.0.4

β€Žairflow/providers/apache/druid/CHANGELOG.rst

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

27+
3.2.0
28+
.....
29+
30+
Features
31+
~~~~~~~~
32+
33+
* ``Move all "old" SQL operators to common.sql providers (#25350)``
34+
35+
2736
3.1.0
2837
.....
2938

β€Žairflow/providers/apache/druid/provider.yaml

Lines changed: 1 addition & 0 deletions
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.0
2526
- 3.1.0
2627
- 3.0.0
2728
- 2.3.3

β€Žairflow/providers/apache/hdfs/CHANGELOG.rst

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

27+
3.1.0
28+
.....
29+
30+
Features
31+
~~~~~~~~
32+
33+
* ``Adding Authentication to webhdfs sensor (#25110)``
34+
2735
3.0.1
2836
.....
2937

0 commit comments

Comments
 (0)