Fares
Fares

Reputation: 1610

Putting all table names that a KQL query uses into a List in Python

I saw this post and I was wondering whether there was an equivalent response (or package) for Python? I've searched and it turns out that the Nuget package is capable of building a NPM package, but the NPM package isn't working well and lacks severely in documentation.

In short, I'm provided a query in KQL, and want to be able to list the concerned tables (and even columns if possible). I could parse it the old way but if it's possible to avoid reinventing the wheel, I'd be very grateful.

TIA!

Upvotes: 0

Views: 340

Answers (1)

Uri Barash
Uri Barash

Reputation: 419

Currently this capability only exists as a C# code. https://github.com/microsoft/Kusto-Query-Language

Please consider voting for it on https://aka.ms/adx.ideas

Upvotes: 1

Related Questions