Open gpoulin opened 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.
_default
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.
The emulator doesn't support the default WriteStream named
_default
in the API. Currently I'm gettingUNKNOWN: failed to append rows: failed to get stream from projects/test/datasets/dataset1/tables/t-4264279/_default
.