Skip to content

Commit 59eb5de

Browse files
authored
Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)
1 parent ac45621 commit 59eb5de

File tree

118 files changed

+1386
-60
lines changed

Some content is hidden

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

118 files changed

+1386
-60
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
### Release 1.0.0b1
4+
5+
| Commit | Committed | Subject |
6+
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------------|
7+
| [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09 | Moves provider packages scripts to dev (#12082) |
8+
| [fcb6b00ef](https://github.com/apache/airflow/commit/fcb6b00efef80c81272a30cfc618202a29e0c6a9) | 2020-11-08 | Add authentication to AWS with Google credentials (#12079) |
9+
| [fb6bddba0](https://github.com/apache/airflow/commit/fb6bddba0c9e3e7ef2610b4fb3f73622e48d7ea0) | 2020-11-07 | In AWS Secrets backend, a lookup is optional (#12143) |
10+
| [cf9437d79](https://github.com/apache/airflow/commit/cf9437d79f9658d1309e4bfe847fe63d52ec7b99) | 2020-11-06 | Simplify string expressions (#12123) |
11+
| [41bf172c1](https://github.com/apache/airflow/commit/41bf172c1dc75099f4f9d8b3f3350b4b1f523ef9) | 2020-11-04 | Simplify string expressions (#12093) |
12+
| [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03 | Enable Black - Python Auto Formmatter (#9550) |
13+
| [8c42cf1b0](https://github.com/apache/airflow/commit/8c42cf1b00c90f0d7f11b8a3a455381de8e003c5) | 2020-11-03 | Use PyUpgrade to use Python 3.6 features (#11447) |
14+
| [5e77a6154](https://github.com/apache/airflow/commit/5e77a61543d26e5466d885d639247aa5189c011d) | 2020-11-02 | Docstring fix for S3DeleteBucketOperator (#12049) |
15+
| [822285134](https://github.com/apache/airflow/commit/8222851348aa81424c9bdcea994e25e0d6692709) | 2020-10-29 | Add Template Fields to RedshiftToS3Operator & S3ToRedshiftOperator (#11844) |
16+
| [db121f726](https://github.com/apache/airflow/commit/db121f726b3c7a37aca1ea05eb4714f884456005) | 2020-10-28 | Add truncate table (before copy) option to S3ToRedshiftOperator (#9246) |
17+
| [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26 | Prepare providers release 0.0.2a1 (#11855) |

β€Žairflow/providers/amazon/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Package apache-airflow-providers-amazon
2222

23-
Release: 0.0.2a1
23+
Release: 1.0.0b1
2424

2525
**Table of contents**
2626

@@ -44,6 +44,7 @@ Release: 0.0.2a1
4444
- [Secrets](#secrets)
4545
- [Moved secrets](#moved-secrets)
4646
- [Releases](#releases)
47+
- [Release 1.0.0b1](#release-100b1)
4748
- [Release 0.0.2a1](#release-002a1)
4849
- [Release 0.0.1](#release-001)
4950

@@ -258,6 +259,23 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
258259

259260
## Releases
260261

262+
### Release 1.0.0b1
263+
264+
| Commit | Committed | Subject |
265+
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------------|
266+
| [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09 | Moves provider packages scripts to dev (#12082) |
267+
| [fcb6b00ef](https://github.com/apache/airflow/commit/fcb6b00efef80c81272a30cfc618202a29e0c6a9) | 2020-11-08 | Add authentication to AWS with Google credentials (#12079) |
268+
| [fb6bddba0](https://github.com/apache/airflow/commit/fb6bddba0c9e3e7ef2610b4fb3f73622e48d7ea0) | 2020-11-07 | In AWS Secrets backend, a lookup is optional (#12143) |
269+
| [cf9437d79](https://github.com/apache/airflow/commit/cf9437d79f9658d1309e4bfe847fe63d52ec7b99) | 2020-11-06 | Simplify string expressions (#12123) |
270+
| [41bf172c1](https://github.com/apache/airflow/commit/41bf172c1dc75099f4f9d8b3f3350b4b1f523ef9) | 2020-11-04 | Simplify string expressions (#12093) |
271+
| [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03 | Enable Black - Python Auto Formmatter (#9550) |
272+
| [8c42cf1b0](https://github.com/apache/airflow/commit/8c42cf1b00c90f0d7f11b8a3a455381de8e003c5) | 2020-11-03 | Use PyUpgrade to use Python 3.6 features (#11447) |
273+
| [5e77a6154](https://github.com/apache/airflow/commit/5e77a61543d26e5466d885d639247aa5189c011d) | 2020-11-02 | Docstring fix for S3DeleteBucketOperator (#12049) |
274+
| [822285134](https://github.com/apache/airflow/commit/8222851348aa81424c9bdcea994e25e0d6692709) | 2020-10-29 | Add Template Fields to RedshiftToS3Operator & S3ToRedshiftOperator (#11844) |
275+
| [db121f726](https://github.com/apache/airflow/commit/db121f726b3c7a37aca1ea05eb4714f884456005) | 2020-10-28 | Add truncate table (before copy) option to S3ToRedshiftOperator (#9246) |
276+
| [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26 | Prepare providers release 0.0.2a1 (#11855) |
277+
278+
261279
### Release 0.0.2a1
262280

263281
| Commit | Committed | Subject |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
3+
### Release 1.0.0b1
4+
5+
| Commit | Committed | Subject |
6+
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------|
7+
| [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09 | Moves provider packages scripts to dev (#12082) |
8+
| [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03 | Enable Black - Python Auto Formmatter (#9550) |
9+
| [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26 | Prepare providers release 0.0.2a1 (#11855) |

β€Žairflow/providers/apache/cassandra/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Package apache-airflow-providers-apache-cassandra
2222

23-
Release: 0.0.2a1
23+
Release: 1.0.0b1
2424

2525
**Table of contents**
2626

@@ -33,6 +33,7 @@ Release: 0.0.2a1
3333
- [Hooks](#hooks)
3434
- [Moved hooks](#moved-hooks)
3535
- [Releases](#releases)
36+
- [Release 1.0.0b1](#release-100b1)
3637
- [Release 0.0.2a1](#release-002a1)
3738
- [Release 0.0.1](#release-001)
3839

@@ -87,6 +88,15 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
8788

8889
## Releases
8990

91+
### Release 1.0.0b1
92+
93+
| Commit | Committed | Subject |
94+
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------|
95+
| [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09 | Moves provider packages scripts to dev (#12082) |
96+
| [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03 | Enable Black - Python Auto Formmatter (#9550) |
97+
| [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26 | Prepare providers release 0.0.2a1 (#11855) |
98+
99+
90100
### Release 0.0.2a1
91101

92102
| Commit | Committed | Subject |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
### Release 1.0.0b1
4+
5+
| Commit | Committed | Subject |
6+
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------|
7+
| [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09 | Moves provider packages scripts to dev (#12082) |
8+
| [41bf172c1](https://github.com/apache/airflow/commit/41bf172c1dc75099f4f9d8b3f3350b4b1f523ef9) | 2020-11-04 | Simplify string expressions (#12093) |
9+
| [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03 | Enable Black - Python Auto Formmatter (#9550) |
10+
| [8c42cf1b0](https://github.com/apache/airflow/commit/8c42cf1b00c90f0d7f11b8a3a455381de8e003c5) | 2020-11-03 | Use PyUpgrade to use Python 3.6 features (#11447) |
11+
| [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26 | Prepare providers release 0.0.2a1 (#11855) |

β€Žairflow/providers/apache/druid/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Package apache-airflow-providers-apache-druid
2222

23-
Release: 0.0.2a1
23+
Release: 1.0.0b1
2424

2525
**Table of contents**
2626

@@ -36,6 +36,7 @@ Release: 0.0.2a1
3636
- [Hooks](#hooks)
3737
- [Moved hooks](#moved-hooks)
3838
- [Releases](#releases)
39+
- [Release 1.0.0b1](#release-100b1)
3940
- [Release 0.0.2a1](#release-002a1)
4041
- [Release 0.0.1](#release-001)
4142

@@ -117,6 +118,17 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
117118

118119
## Releases
119120

121+
### Release 1.0.0b1
122+
123+
| Commit | Committed | Subject |
124+
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------|
125+
| [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09 | Moves provider packages scripts to dev (#12082) |
126+
| [41bf172c1](https://github.com/apache/airflow/commit/41bf172c1dc75099f4f9d8b3f3350b4b1f523ef9) | 2020-11-04 | Simplify string expressions (#12093) |
127+
| [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03 | Enable Black - Python Auto Formmatter (#9550) |
128+
| [8c42cf1b0](https://github.com/apache/airflow/commit/8c42cf1b00c90f0d7f11b8a3a455381de8e003c5) | 2020-11-03 | Use PyUpgrade to use Python 3.6 features (#11447) |
129+
| [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26 | Prepare providers release 0.0.2a1 (#11855) |
130+
131+
120132
### Release 0.0.2a1
121133

122134
| Commit | Committed | Subject |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
### Release 1.0.0b1
4+
5+
| Commit | Committed | Subject |
6+
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------|
7+
| [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09 | Moves provider packages scripts to dev (#12082) |
8+
| [41bf172c1](https://github.com/apache/airflow/commit/41bf172c1dc75099f4f9d8b3f3350b4b1f523ef9) | 2020-11-04 | Simplify string expressions (#12093) |
9+
| [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03 | Enable Black - Python Auto Formmatter (#9550) |
10+
| [8c42cf1b0](https://github.com/apache/airflow/commit/8c42cf1b00c90f0d7f11b8a3a455381de8e003c5) | 2020-11-03 | Use PyUpgrade to use Python 3.6 features (#11447) |
11+
| [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26 | Prepare providers release 0.0.2a1 (#11855) |

β€Žairflow/providers/apache/hdfs/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Package apache-airflow-providers-apache-hdfs
2222

23-
Release: 0.0.2a1
23+
Release: 1.0.0b1
2424

2525
**Table of contents**
2626

@@ -33,6 +33,7 @@ Release: 0.0.2a1
3333
- [Hooks](#hooks)
3434
- [Moved hooks](#moved-hooks)
3535
- [Releases](#releases)
36+
- [Release 1.0.0b1](#release-100b1)
3637
- [Release 0.0.2a1](#release-002a1)
3738
- [Release 0.0.1](#release-001)
3839

@@ -90,6 +91,17 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
9091

9192
## Releases
9293

94+
### Release 1.0.0b1
95+
96+
| Commit | Committed | Subject |
97+
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------|
98+
| [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09 | Moves provider packages scripts to dev (#12082) |
99+
| [41bf172c1](https://github.com/apache/airflow/commit/41bf172c1dc75099f4f9d8b3f3350b4b1f523ef9) | 2020-11-04 | Simplify string expressions (#12093) |
100+
| [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03 | Enable Black - Python Auto Formmatter (#9550) |
101+
| [8c42cf1b0](https://github.com/apache/airflow/commit/8c42cf1b00c90f0d7f11b8a3a455381de8e003c5) | 2020-11-03 | Use PyUpgrade to use Python 3.6 features (#11447) |
102+
| [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26 | Prepare providers release 0.0.2a1 (#11855) |
103+
104+
93105
### Release 0.0.2a1
94106

95107
| Commit | Committed | Subject |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
### Release 1.0.0b1
4+
5+
| Commit | Committed | Subject |
6+
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------|
7+
| [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09 | Moves provider packages scripts to dev (#12082) |
8+
| [41bf172c1](https://github.com/apache/airflow/commit/41bf172c1dc75099f4f9d8b3f3350b4b1f523ef9) | 2020-11-04 | Simplify string expressions (#12093) |
9+
| [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03 | Enable Black - Python Auto Formmatter (#9550) |
10+
| [8c42cf1b0](https://github.com/apache/airflow/commit/8c42cf1b00c90f0d7f11b8a3a455381de8e003c5) | 2020-11-03 | Use PyUpgrade to use Python 3.6 features (#11447) |
11+
| [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26 | Prepare providers release 0.0.2a1 (#11855) |

β€Žairflow/providers/apache/hive/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Package apache-airflow-providers-apache-hive
2222

23-
Release: 0.0.2a1
23+
Release: 1.0.0b1
2424

2525
**Table of contents**
2626

@@ -38,6 +38,7 @@ Release: 0.0.2a1
3838
- [Hooks](#hooks)
3939
- [Moved hooks](#moved-hooks)
4040
- [Releases](#releases)
41+
- [Release 1.0.0b1](#release-100b1)
4142
- [Release 0.0.2a1](#release-002a1)
4243
- [Release 0.0.1](#release-001)
4344

@@ -144,6 +145,17 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
144145

145146
## Releases
146147

148+
### Release 1.0.0b1
149+
150+
| Commit | Committed | Subject |
151+
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------|
152+
| [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09 | Moves provider packages scripts to dev (#12082) |
153+
| [41bf172c1](https://github.com/apache/airflow/commit/41bf172c1dc75099f4f9d8b3f3350b4b1f523ef9) | 2020-11-04 | Simplify string expressions (#12093) |
154+
| [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03 | Enable Black - Python Auto Formmatter (#9550) |
155+
| [8c42cf1b0](https://github.com/apache/airflow/commit/8c42cf1b00c90f0d7f11b8a3a455381de8e003c5) | 2020-11-03 | Use PyUpgrade to use Python 3.6 features (#11447) |
156+
| [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26 | Prepare providers release 0.0.2a1 (#11855) |
157+
158+
147159
### Release 0.0.2a1
148160

149161
| Commit | Committed | Subject |

0 commit comments

Comments
 (0)