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

fix(bigquery): ensure schema for data parsing #21616

Merged
merged 1 commit into from May 18, 2023

Conversation

NivedhaSenthil
Copy link
Member

-avoid calling list_tabledata if the query has no results

fixes #9617

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea.
  • Follow the instructions in CONTRIBUTING. Most importantly, ensure the tests and linter pass by running bundle exec rake ci in the gem subdirectory.
  • Update code documentation if necessary.

closes: #<issue_number_goes_here>

-avoid calling list_tabledata if the query has no results

fixes googleapis#9617
@NivedhaSenthil NivedhaSenthil requested a review from a team as a code owner May 17, 2023 12:29
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label May 17, 2023
@NivedhaSenthil NivedhaSenthil merged commit 6a1c740 into googleapis:main May 18, 2023
14 checks passed
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 BigQuery API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple INSERT/UPDATE statements returns undefined method `dataset_id' for nil:NilClass
2 participants