google-cloud-go icon indicating copy to clipboard operation
google-cloud-go copied to clipboard

feat(bigquery): add CreateIfNotExists helpers and related errors

Open alvarowolfx opened this issue 2 years ago • 0 comments

This adds the helpers methods CreateIfNotExists to the Dataset and Table structs, to replicate the same semantics of CREATE IF NOT EXISTS from SQL. Also adds ErrTableNotFound and ErrDatasetNotFound that can be returned from the Metadata call, to avoid having to look underneath the library for googleapi.Errors.

Resolves #2808

alvarowolfx avatar Aug 25 '22 21:08 alvarowolfx