Interaction between pydocumentdb and the Google Datastore python client? -
i working on script needs access both cosmosdb , google datastore. whenever have pydocumentdb.document_client.documentclient object instantiated, iterating through query.fetch() prints
warning:no project id determined cloud sdk configuration. consider running gcloud config set project
or setting google_cloud_project environment variable
to terminal. when remove line instantiates object, don't run issue. there solution issue?
edit: i've determined issue caused call documentclient.readdocument
Comments
Post a Comment