Skip to content

Commit 0b23d56

Browse files
authored
Prepare docs 2nd wave of Providers November 2023 (#35836)
* Prepare docs 2nd wave of Providers November 2023 * Apply --reapply-templates-only
1 parent e8f62e8 commit 0b23d56

File tree

326 files changed

+1304
-381
lines changed

Some content is hidden

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

326 files changed

+1304
-381
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d1c58d86de1267d9268a1efe0a0c102633c051a1
1+
99534e47f330ce0efb96402629dda5b2a4f16e8f

airflow/providers/airbyte/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one
32
# or more contributor license agreements. See the NOTICE file
43
# distributed with this work for additional information

airflow/providers/airbyte/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: |
2222
`Airbyte <https://airbyte.io/>`__
2323
2424
suspended: false
25-
source-date-epoch: 1700148043
25+
source-date-epoch: 1700827428
2626
versions:
2727
- 3.4.0
2828
- 3.3.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d1c58d86de1267d9268a1efe0a0c102633c051a1
1+
99534e47f330ce0efb96402629dda5b2a4f16e8f

airflow/providers/alibaba/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one
32
# or more contributor license agreements. See the NOTICE file
43
# distributed with this work for additional information

airflow/providers/alibaba/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: |
2222
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com//>`__).
2323
2424
suspended: false
25-
source-date-epoch: 1700148044
25+
source-date-epoch: 1700827429
2626
versions:
2727
- 2.6.0
2828
- 2.5.3

airflow/providers/amazon/CHANGELOG.rst

Lines changed: 36 additions & 0 deletions

airflow/providers/amazon/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one
32
# or more contributor license agreements. See the NOTICE file
43
# distributed with this work for additional information
@@ -28,7 +27,7 @@
2827

2928
__all__ = ["__version__"]
3029

31-
__version__ = "8.11.0"
30+
__version__ = "8.12.0"
3231

3332
try:
3433
from airflow import __version__ as airflow_version

airflow/providers/amazon/provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ description: |
2222
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
2323
2424
suspended: false
25-
source-date-epoch: 1700148045
25+
source-date-epoch: 1700827430
2626
versions:
27+
- 8.12.0
2728
- 8.11.0
2829
- 8.10.0
2930
- 8.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d1c58d86de1267d9268a1efe0a0c102633c051a1
1+
99534e47f330ce0efb96402629dda5b2a4f16e8f

0 commit comments

Comments
 (0)