Søren Bjerregaard Vrist
Søren Bjerregaard Vrist
When trying to use load_from_table on a bigquery-emulator process running in docker[ it seems like a redirect is issued that is not available "remote"](https://github.com/goccy/bigquery-emulator/blob/main/server/handler.go#L271) - aka. other docker containers via...
This, on the surface at least, allows me to drop a dataset and recreate it without getting unique constraint errors as seen in #161
It seems like deleting a dataset doesnt "cascade" to a tables: ``` $ bq --api http://127.0.0.1:9050 --project_id=test-project-bla mk test-dataset-bla Dataset 'test-project-bla:test-dataset-bla' successfully created. $ bq --api http://127.0.0.1:9050 --project_id=test-project-bla mk test-dataset-bla.t1...
When using the INSERT ROW part of merge it seems to fail - when trying to use https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax#omitting_column_names_2 ``` bq --api http://127.0.0.1:9050 query "MERGE test-dataset-bla.t1 t using (select * from...
SHA256 seems to be somewhat of a standard for certificate fingerprints. For example from google chrome: 
### Is there an existing issue already for this bug? - [x] I have searched for an existing issue, and could not find anything. I believe this is a new...