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

docs: clarify table_schema #383

Merged

Conversation

jimfulton
Copy link
Contributor

  1. There must be an input dataframe column for every desired output table column.
  2. The types given in table_schema must be BigQuery types (strings).

1. There must be an input dataframe column for every desired output table column.
2. The types given in table_schema must be BigQuery types (strings).
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 2, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-pandas API. label Sep 2, 2021
@tswast
Copy link
Collaborator

tswast commented Sep 13, 2021

@jimfulton Was there anything else you wanted to do for this PR? I've been using my admin privileges to merge these until we can get Kokoro setup and running.

@tswast tswast marked this pull request as ready for review November 2, 2021 14:52
@tswast tswast requested a review from a team as a code owner November 2, 2021 14:52
@tswast tswast added the automerge Merge the pull request once unit tests and other checks pass. label Nov 2, 2021
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 2, 2021
@tseaver tseaver added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Nov 2, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 2, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 326e674 into googleapis:main Nov 2, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 2, 2021
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 googleapis/python-bigquery-pandas API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need better documentation for the table_schema parameter to to_gbq.
5 participants