azure-kusto-python
azure-kusto-python copied to clipboard
How can complex queries be automatically converted?
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.