-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.triage meI really want to be triaged.I really want to be triaged.
Description
Follow the google-cloud-firestore
implementation:
- Drop use of the
google.cloud.environment_variables
indirection for the environment variable names driving emulation (likely alsoDISABLE_GRPC
andGCD_DATASET
. - Document the environment variables locally, as well as how to run the datastore emulator.
- If the
DATASTORE_EMULATOR_HOST
environment variable is set,use an "insecure channel", to avoid requiring credentials (see Datastore: Client requires authentication even when connecting to the datastore emulator #11).That won't work, as the datastore client straddles both HTTP and gRPC. Instead, useAnonymousCredentials
if none are supplied.
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.triage meI really want to be triaged.I really want to be triaged.