This is an automated email from the ASF dual-hosted git repository. jscheffl pushed a commit to branch providers-google/22.0.0-docs in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 506cd90d06e4e43a5a8f8b90feef98d003913baa 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)``
