superset/tests/unit_tests/db_engine_specs
Mikhail Kumachev d2d4f8eb44
feat: Add support for Azure Data Explorer (Kusto) db engine spec (#17898)
* Add two Kusto engine specs: KQL and SQL. Some minor changes in core code to support Kusto engine specs.

* Remove redundant imports and logging.

* docs: Kusto sqlalchemy docs

* fix: Fix mypy and linting errors

* fix: Handle Black vs Pylint checks

* fix: isort problem

* refactor: Merge kustosql and kustokql in the single kusto module

* test: Add tests for Kusto db spec

* feat: Schema override does not require in KQL anymore

* Removed redundant imports.

* Added ".show" queries to readonly query determination.

* Fixed some bugs.
Added tests for convert_dttm.

* Fixed major sqlalchemy-kusto version.

* Fixed by isort.

Co-authored-by: Eugene Bikkinin <xnegxneg@gmail.com>
Co-authored-by: k.tomak <k.tomak@dodopizza.com>
Co-authored-by: Eugene Bikkinin <e.bikkinin@dodopizza.com>
2022-01-10 14:42:20 +02:00
..
test_athena.py fix(sqla): make text clause escaping optional (#17641) 2021-12-03 12:35:26 +02:00
test_base.py feat: Add support for Azure Data Explorer (Kusto) db engine spec (#17898) 2022-01-10 14:42:20 +02:00
test_bigquery.py chore: enable BQ tests (#17017) 2021-10-14 08:07:47 -07:00
test_drill.py feat: Drill ODBC/JDBC Impersonation feature (#17353) 2021-11-10 08:45:16 +02:00
test_gsheets.py feat: Add Private Google Sheets to dynamic form (#16628) 2021-09-28 17:08:50 -07:00
test_kusto.py feat: Add support for Azure Data Explorer (Kusto) db engine spec (#17898) 2022-01-10 14:42:20 +02:00