Azure / pykusto

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unhandled exception in thread used in tests

ymost opened this issue · comments

'KustoResponse' object is not iterable raised from this line:
TestClientFetch.query_thread = Thread(target=lambda: TestClientFetch.query_results.extend(query()))