z3z1ma / target-bigquery

target-bigquery is a Singer target for BigQuery. It supports storage write, GCS, streaming, and batch load methods. Built with the Meltano SDK.
MIT License
28 stars 38 forks source link

feat: check for bucket's existence before creation #67

Closed tomasvotava closed 1 year ago

tomasvotava commented 1 year ago

This get-or-create approach, contrary to the original create-or-fail, does not require the caller to have storage.buckets.create permission in cases when the bucket already exists.

Solves #64