Azure / pykusto

Query Kusto like a pro from the comfort of your Jupyter notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow using wildcard (*) to search across all columns

ymost opened this issue · comments

Example:

| where * contains "hello"

Include a warning in a docs, as it against best practices