I cannot find a way to control which namespace I'm writing to when saving to DataStore from a Beam/DataFlow job. I am using
org.apache.beam.sdk.io.gcp.datastore.DatastoreV1 I find the ability to control the namespace with the reader but not the writer. Am I missing something obvious?
