ydb icon indicating copy to clipboard operation
ydb copied to clipboard

Return error for create replication without token

Open VPolka opened this issue 10 months ago • 0 comments

For request without token ydb -e grpc://localhost:22136 -d /Root/test scripting yql -s "create async replication replication1 for \/Root/test/table1` as table2 with (connection_string='grpc://localhost:22136/?database=/Root/test')"` it returned nothing, created replication item in database, didn't create topic and didn't create replica table

VPolka avatar Apr 25 '24 11:04 VPolka