Skip to content

BUG: avoid load jobs for empty dataframes #255

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

Merged
merged 3 commits into from
Mar 15, 2019

Conversation

tswast
Copy link
Collaborator

@tswast tswast commented Mar 9, 2019

No reason to run a load job if there is no data to load. This avoids a
"Empty schema specified for the load job." error when the DataFrame also
contains no columns.

Closes #237.

tswast added 3 commits March 8, 2019 17:04
No reason to run a load job if there is no data to load. This avoids a
"Empty schema specified for the load job." error when the DataFrame also
contains no columns.
@max-sixty
Copy link
Contributor

Looks great! Thanks as ever @tswast

@tswast tswast merged commit dd79b4f into googleapis:master Mar 15, 2019
@tswast tswast deleted the issue237-empty-dataframe branch March 15, 2019 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants