From 7fe5a8fc8190bd229a04917f98ba1db27081fdb6 Mon Sep 17 00:00:00 2001 From: liferoad Date: Fri, 8 Aug 2025 16:46:49 -0400 Subject: [PATCH] docs: update CHANGES.md with BigQueryIO bugfix Add entry for BigQueryIO temporary dataset project fix (#35813) --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 45f49db7a340..1ea8261f81b5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -91,6 +91,8 @@ ## Bugfixes * Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). +* Fixed BigQueryIO creating temporary datasets in wrong project when temp_dataset is specified with a different project than the pipeline project. For some jobs, temporary datasets will now be created in the correct project (Python) ([#35813](https://github.com/apache/beam/issues/35813)). + ## Known Issues