Azure / pykusto

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple methods in functions.py break when used with Python objects

ymost opened this issue · comments

Example: end_of_month accepts a a DatetimeType object, which could be a Python datetime object, and calls the end_of_month method on it.