You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue in the Kusto extension for Azure Data Studio where a function that clearly exists in the database (GetScanners) is still reported as "not defined." This error is inconsistent with the list of available functions displayed in the object explorer.
Steps to Reproduce:
Open Azure Data Studio with the Kusto extension installed.
Connect to a Kusto cluster and database.
Verify that the database defines a function (like GetScanners as shown in the screenshot below) under the "Functions" node in the database structure.
Run a query to get data from that function (as shown in the example below):
Type: Bug
Description:
I encountered an issue in the Kusto extension for Azure Data Studio where a function that clearly exists in the database (
GetScanners
) is still reported as "not defined." This error is inconsistent with the list of available functions displayed in the object explorer.Steps to Reproduce:
GetScanners
as shown in the screenshot below) under the "Functions" node in the database structure.Screenshots:
Extension version: 0.5.8
Azure Data Studio version: azuredatastudio 1.50.0 (49c73a8, 2024-11-17T22:41:05.327Z)
OS version: Windows_NT x64 10.0.26100
Restricted Mode: No
Preview Features: Enabled
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: unavailable_software
webnn: disabled_off
The text was updated successfully, but these errors were encountered: