-
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 create job method #9882
feat(bigquery): add create job method #9882
Conversation
job_config (dict): configuration job representation returned from the API. | ||
|
||
Keyword Arguments: | ||
source (Union[ \ |
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.
These arguments are quite odd to be including in a generic "create job" function.
Better to add the needed properties to the relevant -JobConfig classes.
Unit test is failing which is unrelated to these changes. I think it's related to PR 9915. |
@tswast PTAL! |
Suppressed by googleapis/python-bigquery#32 |
Fixes #9781