-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow bytes or string as project value in datastore clients. #1638
Conversation
Fixes googleapis#1625. Was "fixed" in googleapis#1505 but missed datastore.
self.namespace = namespace | ||
self._batch_stack = _LocalStack() | ||
super(Client, self).__init__(credentials, http) | ||
|
||
@staticmethod | ||
def _determine_default(project): | ||
return _determine_default_project(project) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
LGTM |
Allow bytes or string as project value in datastore clients.
Fixes #1625. Was "fixed" in #1505 but missed datastore.
FYI @pcostell