Skip to content

Commit 69ea79b

Browse files
committed
docs: add type_overrides feature to CHANGES.md
1 parent 7d251cd commit 69ea79b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171

7272
* (Python) Added exception chaining to preserve error context in CloudSQLEnrichmentHandler, processes utilities, and core transforms ([#37422](https://github.com/apache/beam/issues/37422)).
7373
* (Python) Added `take(n)` convenience for PCollection: `beam.take(n)` and `pcoll.take(n)` to get the first N elements deterministically without Top.Of + FlatMap ([#X](https://github.com/apache/beam/issues/37429)).
74+
* Added `type_overrides` parameter to `WriteToBigQuery` allowing users to specify custom BigQuery to Python type mappings when using Storage Write API (Python) ([#25946](https://github.com/apache/beam/issues/25946)).
7475
* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
7576

7677
## Breaking Changes

0 commit comments

Comments
 (0)