How to execute kusto DDL commands in Azure Data Studio?

63 Views Asked by At

DDL commands in kusto generally start with . . But the SQL Editor in Azure Data Studio is not liking it? Note that the parser is happy (no errors noted in red):

enter image description here

Query failed: A recognition error occurred in the query. Query could not be parsed at '.' on line [1,1]

1

There are 1 best solutions below

0
Yoni L. On BEST ANSWER

This Azure Data Studio extension currently supports running only queries, but not control commands.

https://learn.microsoft.com/en-us/azure-data-studio/extensions/kusto-extension

you can run control commands from the ADX web interface (https://dataexplorer.azure.com)