-
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
Add job for copying tables. #1064
Conversation
Factor guts out from LoadFromStorageJob.
|
||
def _scrub_local_properties(self, cleaned): | ||
"""Helper: handle subclass properties in cleaned.""" | ||
pass |
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.
client = self._require_client(client) | ||
|
||
api_response = client.connection.api_request( | ||
method='POST', path='%s/cancel' % self.path) |
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.
@@ -363,7 +483,7 @@ def allow_quoted_newlines(self): | |||
|
|||
@property | |||
def create_disposition(self): | |||
"""Handling for missing destination table. | |||
"""Define how the back-end handles a missing destination table. |
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 |
Uses #1056 as a base.