bigquery-emulator
bigquery-emulator copied to clipboard
`_default` WriteStream not supported
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
.
I too have the same issue. I also hope to support _default write stream.
PR #226 might help with this issue.
In my case, it was fixed by v0.6.2 release.