Sqlalchemy-kusto

Latest version: v2.0.1

Safety actively analyzes 626941 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.1

What's Changed
* Relaxed dependency version of typing-extensions to >= 3.10. by xneg in https://github.com/dodopizza/sqlalchemy-kusto/pull/16
* Up version to 2.0.1 by xneg in https://github.com/dodopizza/sqlalchemy-kusto/pull/17


**Full Changelog**: https://github.com/dodopizza/sqlalchemy-kusto/compare/2.0.0...2.0.1

2.0.0

Features

- Update library dependencies. Add support for `sqlalchemy 1.4.*` and `azure-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`. Use `sqlalchemy-kusto 1.*` to work with stable versions of Apache Superset. But the `master` branch of Apache Superset already migrated to `sqlalchemy 1.4.36`. Use `sqlalchemy-kusto 2.*` with the latest Apache Superset.

Fixes

- Fix KQL-dialect to properly parse queries which contain databases and tables.

1.1.0

Features

- Add schema/database support for KQL dialect. See examples:

plain
schema.table -> database("schema").table
schema."table.name" -> database("schema")."table.name"
"schema.name".table -> database("schema.name").table
"schema.name"."table.name" -> database("schema.name")."table.name"
"schema name"."table name" -> database("schema name")."table name"
"table.name" -> "table.name"
MyTable -> MyTable

1.0.1

Features

- Implements DBAPI ([PEP-249](https://www.python.org/dev/peps/pep-0249)).
- Implements [SQLAlchemy dialect](https://docs.sqlalchemy.org/en/14/dialects/) that enables SQL query execution via SQLAlchemy.
- Full support for SQL dialect for `SELECT` queries.
- Experimental support for KQL dialect for `SELECT` queries (still in progress).

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.