superset/tests/unit_tests
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
..
annotation_layers chore: Test cases for annotations and annotation layers incorrect creation through API (#17246) 2021-11-03 09:11:41 +00:00
charts fix: allow for multiple columns in pivot table report (#17636) 2021-12-02 16:42:37 -08:00
common refactor(QueryObject): decouple from superset (#17479) 2021-11-18 19:53:56 +02:00
dashboards fix: import dashboard stale filter_scopes (#17741) 2021-12-14 07:23:55 -08:00
datasets fix: extra column in metrics (#17784) 2021-12-22 10:39:29 -08:00
db_engine_specs feat: Add support for Azure Data Explorer (Kusto) db engine spec (#17898) 2022-01-10 14:42:20 +02:00
fixtures fix(sqla): make text clause escaping optional (#17641) 2021-12-03 12:35:26 +02:00
tasks fix: add fallback and validation for report and cron timezones (#17338) 2021-11-12 12:28:17 -08:00
__init__.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
conftest.py fix: column extra in import/export (#17738) 2021-12-14 18:33:52 -08:00
core_tests.py fix(native-filters): ignore unset filter box time range (#16854) 2021-09-27 17:17:52 +03:00
dataframe_test.py feat: convert dataframe tests (#17655) 2021-12-09 09:47:53 -08:00
feature_flag_test.py chore: convert feature flag tests to unit tests (#17689) 2021-12-08 14:51:47 -08:00
memoized_tests.py chore(python-testing): move memoized tests to unit tests (#15507) 2021-07-12 10:00:18 +03:00
sql_parse_tests.py chore(sql): clean up invalid filter clause exception types (#17702) 2021-12-09 17:49:32 +02:00