-
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
Implement 'bigquery.dataset.Dataset'. #1018
Conversation
ACL stuff is still TBD, as well. |
def dataset(self, name): | ||
"""Construct a dataset bound to this client. | ||
|
||
:type name: ``str`` |
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.
@dhermes the Travis breakage is due to failing to install |
def default_table_expiration_ms(self): | ||
"""Default expiration time for tables in the dataset. | ||
|
||
:rtype: integer, or ``NoneType`` |
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.
'table' factory still TBD.
Found during live testing.
Addresses: #1018 (diff)
Addresses: #1018 (comment).
@dhermes PTAL: I think I've addressed all your concerns. |
Issues still remaining are |
Dictum! I do declare 😄 LGTM pending Travis |
Implement 'bigquery.dataset.Dataset'.
'table' factory still TBD.