lquerel / gcp-bigquery-client

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

Fix struct for workload identity #6

Closed komi1230 closed 2 years ago

komi1230 commented 2 years ago

When I use new version of this, errors has happened because of the difference of keys. Serialize didn't work fine.

I fixed this.