Skip to content

Bug: Function Exists but Returns "Not Defined" in Kusto Extension for Azure Data Studio #26160

Open
@asilverman

Description

@asilverman

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:

  1. Open Azure Data Studio with the Kusto extension installed.
  2. Connect to a Kusto cluster and database.
  3. Verify that the database defines a function (like GetScanners as shown in the screenshot below) under the "Functions" node in the database structure.
  4. Run a query to get data from that function (as shown in the example below):
  cluster('shiftleft-uw-prod.westus').database('shiftleftdb').GetScanners()
  1. Observe the error:
    The function 'GetScanners' is not defined.
    

Screenshots:

Function Exists but Not Defined

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
Item Value
CPUs AMD EPYC 7763 64-Core Processor (16 x 2445)
GPU Status 2d_canvas: unavailable_software
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
Load (avg) undefined
Memory (System) 63.95GB (36.73GB free)
Process Argv
Screen Reader no
VM 0%

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions