Skip to content

Support for variable autofill for Inline imports of clusters #77

@on-core

Description

@on-core

Currently none of the variables from Table are autofilled with intellisense:

let start = ago(40m);
cluster("https://cluster.kusto.windows.net").database("Database").
Table
| where env_time > start
| take 10

Adding this would make the library extremely powerful as I often use KQL queries against multiple clusters and forwards their results to other queries using cluster.

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