lquerel / gcp-bigquery-client

GCP BigQuery Client (Rust)
Apache License 2.0
97 stars 67 forks source link

add support for GetWriteStream api #96

Closed imor closed 4 months ago

imor commented 4 months ago

NOTE: review and merge the following PR first: https://github.com/lquerel/gcp-bigquery-client/pull/95. This is because this PR's branch is cut from the previous PR's branch.

lquerel commented 4 months ago

Thank you for this contribution. I am on vacation until the beginning of next week. I will review this PR when I return.

lquerel commented 4 months ago

I integrated the get_write_stream method directly to avoid the numerous conflicts following the integration modifications I made in #95.