Dan Hansen

Results 97 comments of Dan Hansen

I was able to get the new source by running `make build && make export && make update` in `internal/cmd/updater` The `internal/cmd/updater/Dockerfile` needed to be updated: ```Dockerfile FROM golang:1.21-bookworm RUN...

Sorry, I don't have the ability to do so @MatiasSzekely

This is fixed in the [Recidiviz/bigquery-emulator fork](https://github.com/Recidiviz/bigquery-emulator). I addressed it part of https://github.com/Recidiviz/go-zetasqlite/pull/53. The zetasqlite formatter was rewritten to use object-based query building, so we no longer need to do...

@goccy mind reviewing this one for @renevall? Hope you're well!

This has been merged and released in the Recidiviz fork (which includes many other updates) https://github.com/Recidiviz/bigquery-emulator/releases/tag/v0.6.6-recidiviz.0

Does it work if you use `dataset.DeleteWithContents()`? Tables are not cleared from datasets during deletion by default. I agree that the `internalError` response status causes lots of headaches with client...

@johanhaleby Not that I can recall. We have been using the fix from #335 in our fork.

I've implemented and released a fix for the TRUNCATE statement in the Recidiviz fork of the emulator https://github.com/Recidiviz/bigquery-emulator/releases/tag/v0.6.6-recidiviz.0

I've implemented and released a fix for AVRO serialization in the Recidiviz fork of the emulator https://github.com/Recidiviz/bigquery-emulator/releases/tag/v0.6.6-recidiviz.0