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

Allow timestamp strings in 'Table.insert_data'. #2805

Merged
merged 2 commits into from
Dec 5, 2016
Merged

Allow timestamp strings in 'Table.insert_data'. #2805

merged 2 commits into from
Dec 5, 2016

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Dec 5, 2016

Closes #1382.

@tseaver tseaver added the api: bigquery Issues related to the BigQuery API. label Dec 5, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 5, 2016
@@ -738,15 +738,20 @@ def insert_data(self,
rows_info = []
data = {'rows': rows_info}

def _convert_timestamp(value):

This comment was marked as spam.

@dhermes
Copy link
Contributor

dhermes commented Dec 5, 2016

@tseaver Easy enough change to review, ping me once new function is defined as a global

@tseaver
Copy link
Contributor Author

tseaver commented Dec 5, 2016

@dhermes ping

@tseaver tseaver merged commit fdfb5a3 into googleapis:master Dec 5, 2016
@tseaver tseaver deleted the 1382-bigquery-table-insert_data-timestamp_strings branch December 5, 2016 18:32
@shealutton
Copy link

Thanks! I needed exactly this change. Much obliged.

richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
…nsert_data-timestamp_strings

Allow timestamp strings in 'Table.insert_data'.
plamut pushed a commit to googleapis/python-bigquery that referenced this pull request Feb 4, 2020
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants