azure-kusto-python icon indicating copy to clipboard operation
azure-kusto-python copied to clipboard

How can complex queries be automatically converted?

Open GonzaloMurillo opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. In your example, the queries are very simple, like query = "StormEvents | take 10"

But I am working with difficult queries that spread several lines and need to be put in string format and escaping every character

Describe the solution you'd like A method to convert a query to its string equivalent, escaping all the required characters.

GonzaloMurillo avatar Sep 22 '22 13:09 GonzaloMurillo