Open ildar-khisambeev opened 2 months ago
We should use NoTx (do not specify TxControl) for QueryService when working from UI. It will execute query in implicit transaction, which allows scheme operations. @adameat
what is the version of YDB server?
Any scheme operation, which I try to execute in YDB monitoring embedded UI with Query type = "YQL - QueryService (default)", fails. Example: Query: CREATE TABLE ... WITH (STORE = COLUMN) Error: Scheme operations cannot be executed inside transaction
Tried on cluster OLAP Perf VLA 1 with YDB version main.93089ee