blech75 opened a new issue, #31988: URL: https://github.com/apache/beam/issues/31988
### What would you like to happen? [Google Cloud Datastore](https://cloud.google.com/datastore/docs) introduced support for [additional databases](https://cloud.google.com/datastore/docs/manage-databases) via a '[Database ID](https://cloud.google.com/datastore/docs/manage-databases#database_id)' on [Dec 15, 2023](https://cloud.google.com/datastore/docs/release-notes#December_15_2023), previously added in preview on [Aug 25, 2023](https://cloud.google.com/datastore/docs/release-notes#August_25_2023). The **Java SDK** appears to have received support for Database ID in #27987 and #29815. 🎉 The **Python SDK** (and possibly other languages, too) **currently appears to lack support for Database ID**. 😞 Since there does not appear to be an existing ticket for adding support, consider this it. 😄 Such support likely involves, at minimum, the following entry points which I am aware of and heavily use: * **`apache_beam.io.gcp.datastore.v1new.types.Query`**: currently only `project`, `namespace`, etc. * **`apache_beam.io.gcp.datastore.v1new.helper.get_client`**: currently only `project`, `namespace`, etc. (I imagine there might be others since I am not intimately familiar with the Python SDK.) ### Issue Priority Priority: 2 (default / most feature requests should be filed as P2) ### Issue Components - [X] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [X] Component: Google Cloud Dataflow Runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
