lquerel / gcp-bigquery-client

GCP BigQuery Client (Rust)
Apache License 2.0
92 stars 60 forks source link

Add GZIP support #90

Open Deniskore opened 2 weeks ago

Deniskore commented 2 weeks ago

This PR adds data compression using GZIP in the insert_all method.

Currently, I don't have access to a BigQuery instance to test it. If you have the opportunity to verify it, please do it, so I can address any issues that arise.

74