superset/tests/unit_tests
Yeachan Park 8b72354654
fix(sqllab/charts): casting from timestamp[us] to timestamp[ns] would result in out of bounds timestamp (#18873)
* fix casting from timestamp[us] to timestamp[ns] would result in out of bounds timestamp from sqllab and charts

* Add unittests

* Lint changes and parameter variable rename

* Fix linting
2022-05-04 09:47:12 +03: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 feat: import external management columns (#19315) 2022-03-24 10:41:22 -07:00
columns chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
commands feat: import/export assets commands (#19217) 2022-03-17 10:51:17 -07:00
common chore: Remove legacy SIP-15 interim logic/flags (#18936) 2022-03-04 09:15:36 +13:00
dashboards chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
databases fix: check type of url before performing string actions (#19569) 2022-04-06 17:32:10 -07:00
datasets perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -07:00
db_engine_specs feat: simplify SQLite time grain (#19745) 2022-05-03 07:13:33 -07:00
explore feat: add permalink to dashboard and explore (#19078) 2022-03-17 01:15:52 +02:00
fixtures chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
importexport feat: API for asset sync (#19220) 2022-03-22 08:29:24 -07:00
key_value feat: introduce hashids permalink keys (#19324) 2022-03-24 21:53:09 +02:00
pandas_postprocessing feat: add renameOperator (#19776) 2022-04-20 19:48:12 +08:00
tables chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
tasks fix: add fallback and validation for report and cron timezones (#17338) 2021-11-12 12:28:17 -08:00
utils feat: simplify memoized_func (#19905) 2022-04-29 15:55:58 -07:00
views feat: API for asset sync (#19220) 2022-03-22 08:29:24 -07:00
__init__.py refactor(tests): decouple unittests from integration tests (#15473) 2021-07-01 18:03:07 +03:00
conftest.py perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -07:00
core_tests.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
dataframe_test.py fix(sqllab/charts): casting from timestamp[us] to timestamp[ns] would result in out of bounds timestamp (#18873) 2022-05-04 09:47:12 +03:00
extension_tests.py feat(ui): Adding manifest prefix config (#19141) 2022-03-17 08:58:48 -07:00
feature_flag_test.py chore: convert feature flag tests to unit tests (#17689) 2021-12-08 14:51:47 -08:00
jinja_context_test.py feat: add a `where_in` filter for Jinja2 (#19574) 2022-04-07 07:27:23 -07: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 perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -07:00
test_jinja_context.py test(jinja): refactor to functional tests (#19606) 2022-04-08 20:32:38 +03:00