Skip to content

Commit bbc627a

Browse files
potiukjarek
andauthored
Prepares documentation for rc2 release of Providers (#16501)
* adds clear information that the provider is for 2.1+ * adds explicit dependency to apache-airflow>=2.1.0 in dependency list * adds capability of specifying additional dependencies * different providers now can depend on different Airflow version * removed pre-commit check and provider info update for provider-schema 2.0.0 compatibility (not needed any more after >= 2.1.0 is used as Airflow >2.0.1 allows additional properties in provider_info) * Update changelog documentation for all providers Co-authored-by: jarek <jarek@penguini>
1 parent db10c68 commit bbc627a

File tree

269 files changed

+825
-602
lines changed

Some content is hidden

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

269 files changed

+825
-602
lines changed

β€Žairflow/deprecated_schemas/provider-2.0.0.yaml.schema.json

Lines changed: 0 additions & 199 deletions
This file was deleted.

β€Žairflow/provider.yaml.schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
"type": "string"
2222
}
2323
},
24+
"additional-dependencies": {
25+
"description": "Additional dependencies that should be added to the provider",
26+
"type": "array",
27+
"items": {
28+
"type": "string"
29+
}
30+
},
2431
"integrations": {
2532
"description": "List of integrations supported by the provider.",
2633
"type": "array",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Bug Fixes
4747
* ``Updated documentation for June 2021 provider release (#16294)``
4848
* ``Add missing docstring params (#15741)``
4949
* ``More documentation update for June providers release (#16405)``
50+
* ``Synchronizes updated changelog after buggfix release (#16464)``
5051
5152
1.0.0
5253
.....

β€Žairflow/providers/airbyte/provider.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ versions:
2525
- 2.0.0
2626
- 1.0.0
2727

28+
additional-dependencies:
29+
- apache-airflow>=2.1.0
30+
2831
integrations:
2932
- integration-name: Airbyte
3033
external-doc-url: https://www.airbyte.io/

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Features
4040
* ``Remove the 'not-allow-trailing-slash' rule on S3_hook (#15609)``
4141
* ``Add support of capacity provider strategy for ECSOperator (#15848)``
4242
* ``Update copy command for s3 to redshift (#16241)``
43+
* ``Make job name check optional in SageMakerTrainingOperator (#16327)``
44+
* ``Add AWS DMS replication task operators (#15850)``
4345

4446
Bug Fixes
4547
~~~~~~~~~
@@ -48,6 +50,7 @@ Bug Fixes
4850
* ``Fix spacing in 'AwsBatchWaitersHook' docstring (#15839)``
4951
* ``MongoToS3Operator failed when running with a single query (not aggregate pipeline) (#15680)``
5052
* ``fix: AwsGlueJobOperator change order of args for load_file (#16216)``
53+
* ``Fix S3ToFTPOperator (#13796)``
5154

5255
.. Below changes are excluded from the changelog. Move them to
5356
appropriate section above if needed. Do not delete the lines(!):
@@ -61,6 +64,7 @@ Bug Fixes
6164
* ``Fix spelling (#15699)``
6265
* ``Add Connection Documentation for Providers (#15499)``
6366
* ``More documentation update for June providers release (#16405)``
67+
* ``Synchronizes updated changelog after buggfix release (#16464)``
6468
6569
1.4.0
6670
.....

β€Žairflow/providers/amazon/provider.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ versions:
2929
- 1.1.0
3030
- 1.0.0
3131

32+
additional-dependencies:
33+
- apache-airflow>=2.1.0
34+
3235
integrations:
3336
- integration-name: Amazon Athena
3437
external-doc-url: https://aws.amazon.com/athena/

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Breaking changes
3939
* ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
4040
* ``Updated documentation for June 2021 provider release (#16294)``
4141
* ``More documentation update for June providers release (#16405)``
42+
* ``Synchronizes updated changelog after buggfix release (#16464)``
4243
4344
2.0.0
4445
.....

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ versions:
2727
- 1.0.1
2828
- 1.0.0
2929

30+
additional-dependencies:
31+
- apache-airflow>=2.1.0
32+
3033
integrations:
3134
- integration-name: Apache Beam
3235
external-doc-url: https://beam.apache.org/

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Breaking changes
4040
* ``Update documentation for broken package releases (#14734)``
4141
* ``Updated documentation for June 2021 provider release (#16294)``
4242
* ``More documentation update for June providers release (#16405)``
43+
* ``Synchronizes updated changelog after buggfix release (#16464)``
4344
4445
1.0.1
4546
.....

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ versions:
2626
- 1.0.1
2727
- 1.0.0
2828

29+
additional-dependencies:
30+
- apache-airflow>=2.1.0
31+
2932
integrations:
3033
- integration-name: Apache Cassandra
3134
external-doc-url: http://cassandra.apache.org/

0 commit comments

Comments
 (0)