Jon Wire
Jon Wire
#### Description of changes Prior to this PR, `DataStore.clear()` and `DataStore.stop` did not provide guarantees that background work was complete before returning. This caused leakage between DataStore execution contexts (e.g.,...
#### Description of changes Adds deprecation flag and docstring to the `Schema` type exported from `DataStore`. Customers should not be using this type directly. And, it shows up in autocompletion...
#### Description of changes: Adds missing auth rule to a sample schema. (Schemas containing models without auth rules cannot be deployed.) #### Related GitHub issue #, if available: ### Instructions...