goccy / bigquery-emulator

BigQuery emulator server implemented in Go
MIT License
846 stars 108 forks source link

`_default` WriteStream not supported #246

Open gpoulin opened 1 year ago

gpoulin commented 1 year ago

The emulator doesn't support the default WriteStream named _default in the API. Currently I'm getting UNKNOWN: failed to append rows: failed to get stream from projects/test/datasets/dataset1/tables/t-4264279/_default.

rky0930 commented 11 months ago

I too have the same issue. I also hope to support _default write stream.

winterjung commented 5 months ago

PR #226 might help with this issue.

winterjung commented 5 months ago

In my case, it was fixed by v0.6.2 release.