-
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
Move the admin database GAPIC to source delivery. #4029
Move the admin database GAPIC to source delivery. #4029
Conversation
* Remove dependency on gapic-google-cloud-spanner-admin-database-v1 * Update imports
caf9402
to
9a33093
Compare
timestamp_pb2, | ||
status_pb2, ): | ||
for name, message in get_messages(module).items(): | ||
message.__module__ = 'google.cloud.spanner_admin_database_v1.types' |
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.
'gapic-google-cloud-spanner-v1 >= 0.15.0, < 0.16dev', | ||
'gapic-google-cloud-spanner-admin-database-v1 >= 0.15.0, < 0.16dev', | ||
'gapic-google-cloud-spanner-admin-instance-v1 >= 0.15.0, < 0.16dev', |
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.
9a33093
to
5d2510c
Compare
@@ -51,12 +51,14 @@ | |||
|
|||
|
|||
REQUIREMENTS = [ | |||
'google-cloud-core >= 0.27.0, < 0.28dev', | |||
'google-auth >= 1.1.0', | |||
'grpcio >= 1.2.0, < 2.0dev', |
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.
Uses #4028 as a base.
Commit-by-commit recommended as the review path.