bigquery-emulator icon indicating copy to clipboard operation
bigquery-emulator copied to clipboard

`_default` WriteStream not supported

Open gpoulin opened this issue 1 year ago • 3 comments

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.

gpoulin avatar Nov 22 '23 18:11 gpoulin

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

rky0930 avatar Dec 15 '23 15:12 rky0930

PR #226 might help with this issue.

winterjung avatar Jun 12 '24 02:06 winterjung

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

winterjung avatar Jun 12 '24 05:06 winterjung