Azure / pykusto

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return Query object when .whereQuery returns True

AdiLefkowitz opened this issue · comments

Query().where(True) returns an empty str instead of where query such as "| where true"

@AdiLefkowitz why is this a problem? | where true does nothing, so what's wrong with omitting it?