-
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
Synth Cloud scheduler #6482
Synth Cloud scheduler #6482
Conversation
|
||
@property | ||
def list_jobs(self): | ||
"""Return the gRPC stub for {$apiMethod.name}. |
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.
""" | ||
context.set_code(grpc.StatusCode.UNIMPLEMENTED) | ||
context.set_details('Method not implemented!') | ||
raise NotImplementedError('Method not implemented!') |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
scheduler/setup.py
Outdated
dependencies = [ | ||
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev', | ||
'enum34; python_version < "3.4"', | ||
# 'grpc-google-iam-v1 >= 0.11.4, < 0.12dev', |
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.
No description provided.