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