Skip to content
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

Prepare for making snippets testable #1831

Merged
merged 6 commits into from
May 28, 2016
Merged

Prepare for making snippets testable #1831

merged 6 commits into from
May 28, 2016

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented May 28, 2016

Toward a real fix for #1786 and related issues (usage docs out-of-sync with API surface).

@tseaver tseaver added docs testing api: bigquery Issues related to the BigQuery API. labels May 28, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 28, 2016
@@ -362,6 +368,9 @@ def _set_properties(self, api_response):
cleaned['creationTime'] = float(cleaned['creationTime'])
if 'lastModifiedTime' in cleaned:
cleaned['lastModifiedTime'] = float(cleaned['lastModifiedTime'])
if 'defaultTableExpirationMs' in cleaned:
cleaned['defaultTableExpirationMs'] = int(
cleaned['defaultTableExpirationMs'])

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor

dhermes commented May 28, 2016

LGTM

@tseaver tseaver merged commit d8735e1 into googleapis:master May 28, 2016
@tseaver tseaver deleted the bigquery-testable_snippets_prep branch May 28, 2016 18:29
@dhermes dhermes mentioned this pull request Jun 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants