Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
asilverman opened this issue Jan 23, 2025 · 0 comments

Comments

@asilverman
Copy link

asilverman commented Jan 23, 2025

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%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant