Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

BigQuery: Add Client.insert_rows, deprecate Client.create_rows#4657

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tswast merged 4 commits intogoogleapis:masterfromtswast:bq-insert-rows
Jan 2, 2018

Conversation

@tswast
Copy link
Contributor

insert_rows aligns better with API request (Tabledata.insertAll). Feedback from BQ GA review.

Note that thecreate_rows() sample in the Python migration guide already points to a commit hash, so this should be safe to merge whenever.

@googlebotgooglebot added the cla: yesThis human has signed the Contributor License Agreement. labelDec 22, 2017
@tseavertseaver added the api: bigqueryIssues related to the BigQuery API. labelJan 2, 2018
Copy link
Contributor

@dhermesdhermes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM

@tswasttswast merged commit55df6a2 intogoogleapis:masterJan 2, 2018
@tswasttswast deleted the bq-insert-rows branchJanuary 2, 2018 19:15
body,table,job_config=job_config).result()

df=Config.CLIENT.list_rows(
table,selected_fields=schema).to_dataframe()

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

to_delete.insert(0,table_ref)
# Load a table using a local JSON file from memory.
client.load_table_from_file(
body,table_ref,job_config=job_config).result()

This comment was marked as spam.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@lukesneeringerlukesneeringerAwaiting requested review from lukesneeringer

2 more reviewers

@tseavertseavertseaver left review comments

@dhermesdhermesdhermes approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

api: bigqueryIssues related to the BigQuery API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@tswast@tseaver@dhermes@googlebot

[8]ページ先頭

©2009-2025 Movatter.jp