Closed Tayham closed 1 year ago
Are you analyzing one of these create-or-alter commands or are you analyzing a query that references one or more of these functions that exist in the database?
I'm going to need a more specific example of a query you are passing to ParseAndAnalyze to reproduce this problem. I've tried inventing a scenario and it does not repro.
We are parsing the MetricCollection_identityAndSelect
create-or-alter command with a global state that contains the MetricCollection_narrow
function.
This issue was resolved offline.
We have created the Kusto GlobalState and when using that GlobalState it works for most of our functions, but some functions of ours have been throwing this error when running
KustoCode.ParseAndAnalyze(kustoFunction, globalState)
:Here are the referenced functions:
MetricCollection_identityAndSelect
MetricCollection_narrow
Please let me know if you need any more additional information. Thanks!