Release v2.0.0
Features
-
Update library dependencies. Add support for
sqlalchemy 1.4.*
andazure-kusto-data 3.*
. Additionally, dependencies are not frozen to specific versions anymore.This change should be considered as a breaking change because one of the main use cases of the library is with Apache Superset. Apache Superset stable versions (1.5 and 2.0) currently use
sqlalchemy 1.3.24
. Usesqlalchemy-kusto 1.*
to work with stable versions of Apache Superset. But themaster
branch of Apache Superset already migrated tosqlalchemy 1.4.36
. Usesqlalchemy-kusto 2.*
with the latest Apache Superset.
Fixes
- Fix KQL-dialect to properly parse queries which contain databases and tables.