Skip to content

Commit 8f27d3f

Browse files
authored
Prepare docs for RC2 providers (google, redis) (#33185)
1 parent 7847b6e commit 8f27d3f

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,24 @@ Features
4040
* ``openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293)``
4141
* ``Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)``
4242
* ``Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960)``
43+
* ``Add a new parameter to SQL operators to specify conn id field (#30784)``
4344

4445
Bug Fixes
4546
~~~~~~~~~
4647

4748
* ``Fix 'DataFusionAsyncHook' catch 404 (#32855)``
4849
* ``Fix system test for MetastoreHivePartitionSensor (#32861)``
50+
* ``Fix catching 409 error (#33173)``
4951

5052
.. Below changes are excluded from the changelog. Move them to
5153
appropriate section above if needed. Do not delete the lines(!):
5254
* ``Get rid of Python2 numeric relics (#33050)``
5355
* ``Refactor of links in Dataproc. (#31895)``
5456
* ``Handle multiple connections using exceptions (#32365)``
5557
* ``openlineage,gcs: use proper name for openlineage methods (#32956)``
58+
* ``Fix DataflowStartSqlJobOperator system test (#32823)``
59+
* ``Alias 'DATAPROC_JOB_LOG_LINK' to 'DATAPROC_JOB_LINK' (#33148)``
60+
* ``Prepare docs for Aug 2023 1st wave of Providers (#33128)``
5661
5762
10.5.0
5863
......

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Bug Fixes
3434
~~~~~~~~~
3535

3636
* ``Move redis subscribe to poke() method in Redis Sensor (#32984)``
37+
* ``Fix oversubsription of Redis pubsub sensor (#33139)``
38+
39+
.. Below changes are excluded from the changelog. Move them to
40+
appropriate section above if needed. Do not delete the lines(!):
41+
* ``Prepare docs for Aug 2023 1st wave of Providers (#33128)``
3742
3843
3.3.0
3944
.....

β€Ždocs/apache-airflow-providers-google/commits.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,16 @@ For high-level changelog, see :doc:`package information including changelog <ind
3838
10.6.0
3939
......
4040

41-
Latest change: 2023-08-04
41+
Latest change: 2023-08-07
4242

4343
================================================================================================= =========== ===================================================================================================
4444
Commit Committed Subject
4545
================================================================================================= =========== ===================================================================================================
46+
`15ede4a1a1 <https://github.com/apache/airflow/commit/15ede4a1a1af8bebb52799420bf2f328406c126e>`_ 2023-08-07 ``Fix DataflowStartSqlJobOperator system test (#32823)``
47+
`9736143468 <https://github.com/apache/airflow/commit/9736143468cfe034e65afb3df3031ab3626f0f6d>`_ 2023-08-07 ``Add a new parameter to SQL operators to specify conn id field (#30784)``
48+
`0e076dceaf <https://github.com/apache/airflow/commit/0e076dceaf169174bbd4d8ee46911b60505eb098>`_ 2023-08-07 ``Fix catching 409 error (#33173)``
49+
`8997b5e95f <https://github.com/apache/airflow/commit/8997b5e95f67a14d5e5fdbcb131643d702059359>`_ 2023-08-07 ``Alias 'DATAPROC_JOB_LOG_LINK' to 'DATAPROC_JOB_LINK' (#33148)``
50+
`60677b0ba3 <https://github.com/apache/airflow/commit/60677b0ba3c9e81595ec2aa3d4be2737e5b32054>`_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)``
4651
`e10aa6ae6a <https://github.com/apache/airflow/commit/e10aa6ae6ad07830cbf5ec59d977654c52012c22>`_ 2023-08-04 ``openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293)``
4752
`e3d82c6be0 <https://github.com/apache/airflow/commit/e3d82c6be0e0e1468ade053c37690aa1e0e4882d>`_ 2023-08-04 ``Get rid of Python2 numeric relics (#33050)``
4853
`1ea7ae809b <https://github.com/apache/airflow/commit/1ea7ae809bf0b8d1c8edf97e4d456b3753a1feca>`_ 2023-08-03 ``Refactor of links in Dataproc. (#31895)``

β€Ždocs/apache-airflow-providers-redis/commits.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
3131
3.3.1
3232
.....
3333

34-
Latest change: 2023-08-01
34+
Latest change: 2023-08-05
3535

3636
================================================================================================= =========== ==================================================================
3737
Commit Committed Subject
3838
================================================================================================= =========== ==================================================================
39+
`29a59de237 <https://github.com/apache/airflow/commit/29a59de237ccd42a3a5c20b10fc4c92b82ff4475>`_ 2023-08-05 ``Fix oversubsription of Redis pubsub sensor (#33139)``
40+
`60677b0ba3 <https://github.com/apache/airflow/commit/60677b0ba3c9e81595ec2aa3d4be2737e5b32054>`_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)``
3941
`17a3dd4135 <https://github.com/apache/airflow/commit/17a3dd41355c29ed55fcf449b3b7002d4085e9bb>`_ 2023-08-01 ``Move redis subscribe to poke() method in Redis Sensor (#32984)``
4042
================================================================================================= =========== ==================================================================
4143

0 commit comments

Comments
 (0)