-
Notifications
You must be signed in to change notification settings - Fork 42
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_variablesindirection for the environment variable names driving emulation (likely alsoDISABLE_GRPCandGCD_DATASET. - Document the environment variables locally, as well as how to run the datastore emulator.
- If the
DATASTORE_EMULATOR_HOSTenvironment 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, useAnonymousCredentialsif 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.