-
Notifications
You must be signed in to change notification settings - Fork 1
feat(bigquery): add create job method #81
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
base: master
Are you sure you want to change the base?
Conversation
emar-kar
left a comment
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.
LGTM
| ): | ||
| """Create a new job. | ||
| Arguments: | ||
| job_config (dict): configuration job representation returned from the API |
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.
Cosmetics: the line should end with a dot.
| Sequence[str] | ||
| ]): | ||
| (Optional) URIs of data files to be loaded; in format | ||
| ``gs://<bucket_name>/<object_name_or_glob>`` or Table |
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.
Cosmetics: extra space in front of the Table.
Fix [9781]