apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.74k stars 4.21k forks source link

[Bug]: FirestoreIO read and write do not allow specifying the project or database id per transform. #31858

Open robertwb opened 1 month ago

robertwb commented 1 month ago

What happened?

These are only ever implicitly passed via the global pipeline options object, making it impossible to read or write to more than one database in the same pipeline.

Issue Priority

Priority: 2 (default / most bugs should be filed as P2)

Issue Components

Abacn commented 1 month ago

Even specifying fire store project is added recently #31808 - not availabable until 2.58.0 release

We should be able to refactor a little bit to make project a transform config