-
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
feat(bigquery): add support for hive partitioning options configuration #9626
Conversation
The internal server error that makes the undelete table snippet test fail does not seem to be related, happens on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd love to see a system test for this, too, but that's partially on me to make sure we have some public data we can use for that. I'll follow-up with a code sample for that once we have it.
Fixes #9610.
This PR adds support for configuring hive partitioning to
LoadJobConfig
andExternalConfig
classes.PR checklist