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

docs(python): Include parquet options in BigQuery I/O write sample #20292

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

tswast
Copy link
Contributor

@tswast tswast commented Dec 13, 2024

This ensures lists are interpreted correctly by BigQuery.

See also: googleapis/python-bigquery#2008 (comment) where I test this with a sample DataFrame. That issue discusses the possibility of google-cloud-bigquery automatically setting such an option in future.

Fixes #16938

This ensures lists are interpreted correctly by BigQuery.
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.61%. Comparing base (84d317a) to head (cf0d0b8).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20292   +/-   ##
=======================================
  Coverage   79.61%   79.61%           
=======================================
  Files        1565     1565           
  Lines      218328   218328           
  Branches     2478     2478           
=======================================
+ Hits       173820   173826    +6     
+ Misses      43941    43935    -6     
  Partials      567      567           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexander-beedie
Copy link
Collaborator

Very helpful - thanks!

@ritchie46 ritchie46 merged commit 52170ce into pola-rs:main Dec 14, 2024
11 checks passed
@tswast tswast deleted the issue16938-bigquery-write-io branch December 18, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BigQuery integration incorrect for list type columns
3 participants