microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.54k stars 896 forks source link

Supporting materialized views in Kusto extension #21527

Open ludwhe opened 1 year ago

ludwhe commented 1 year ago

Is your feature request related to a problem? Please describe. When querying an Azure Data Explorer connection, materialized views are not supported for autocompletion. When browsing it, materialized views are not shown.

Describe the solution or feature you'd like It would be nifty to have autocompletion for queries over materialized views, and to be able to list them from the Servers view.

Describe alternatives you've considered Using queries like .show materialized-views helps find them, but autocompletion on queries is not emulatable.

Additional context The expected behavior can be achieved in dataexplorer.azure.com.

ludwhe commented 1 year ago

Created a PR for this : https://github.com/microsoft/sqltoolsservice/pull/2028 :smile:

FakieHeelflip commented 2 months ago

What about this Feature? Need this as well.