Currently Python 3.7 runtime on App Engine Standard is not compatible with NDB. You can use the Python Datastore Client Library <https://pypi.org/project/google-cloud-datastore/> to achieve the similar actions possible on NDB. You can find the list of features available through the Python Client Library by visiting this Github <https://github.com/GoogleCloudPlatform/google-cloud-python> page (like Firestore as I'm not 100% sure the Python Firestore Client Library <https://pypi.org/project/google-cloud-firestore/0.29.0/> has been updated to support 3.7 (possible it was built with 3.7 in mind but can't confirm it yet).
Since Python 3.7 is still in beta, some features might change and become unavailable once it will be released as stable. Here <https://cloud.google.com/appengine/docs/standard/python3/> is the General documentation related to Python 3.7 on App Engine Standard. On Thursday, August 9, 2018 at 8:06:23 PM UTC-4, oon arfiandwi wrote: > > > Hi, > > with new release of AppEngine standard environment with Python 3.7 runtime, > how to connect to Google Datastore or Firebase? > > any reference about NDB for Python 3.7? may be issuetracker to monitor? > or other community build library? > > thank you. > > -- > sincerely, > oon > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d0e3ee5f-18a0-485e-b6ff-9cfef992ec4b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
