-
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
BigQuery: Adds client.get_table() and removes table.reload() #4004
BigQuery: Adds client.get_table() and removes table.reload() #4004
Conversation
""" | ||
api_response = self._connection.api_request( | ||
method='GET', path=table_ref.path) | ||
return Table.from_api_repr(api_response, self) |
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.
bigquery/tests/unit/test_client.py
Outdated
}, | ||
} | ||
conn = client._connection = _Connection(resource) | ||
dataset_ref = client.dataset(dataset_id) |
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.
@@ -402,8 +402,7 @@ def test_load_table_from_local_avro_file_then_dump_table(self): | |||
|
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.
* WIP adds client.get_table() * BigQuery: Adds client.get_table() and removes table.reload() * removes unnecessary variable * adds system test for client.get_table()
* WIP adds client.get_table() * BigQuery: Adds client.get_table() and removes table.reload() * removes unnecessary variable * adds system test for client.get_table()
* WIP adds client.get_table() * BigQuery: Adds client.get_table() and removes table.reload() * removes unnecessary variable * adds system test for client.get_table()
No description provided.