This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 9b85d88749e Fix wrong changelog entry for BigQueryInsertJobOperator in
google provider 22.0.0 (#67280)
9b85d88749e is described below
commit 9b85d88749e1ac70a7585dce093862921090c7ad
Author: Shahar Epstein <[email protected]>
AuthorDate: Thu May 21 21:42:20 2026 +0300
Fix wrong changelog entry for BigQueryInsertJobOperator in google provider
22.0.0 (#67280)
PR #66760 deprecates the 'job_id_path' XCom push (adds a deprecation
warning); the changelog incorrectly described it as "Add persist_xcom
option to BigQueryInsertJobOperator".
---
providers/google/docs/changelog.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/google/docs/changelog.rst
b/providers/google/docs/changelog.rst
index 00284f1c751..37bf6ce27b7 100644
--- a/providers/google/docs/changelog.rst
+++ b/providers/google/docs/changelog.rst
@@ -58,7 +58,7 @@ Features
* ``Add 'host_key_policy' option to 'ComputeEngineSSHHook' (#66746)``
* ``Add BigQueryStreamingBufferEmptySensor for DML on streaming tables
(#66652)``
-* ``Add persist_xcom option to BigQueryInsertJobOperator (#66760)``
+* ``Deprecate 'job_id_path' XCom push from 'BigQueryInsertJobOperator'
(#66760)``
* ``Migrate BigQueryInsertJobTrigger to on_kill() for user-initiated kills
(#66704)``
* ``Add Cloud SQL Auth Proxy IAM authentication (#66510)``
* ``Add aliases for rebranded Google services (#66344)``