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

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -