superset/tests/unit_tests
Elizabeth Thompson c2be54c335
fix: pandas bug when data is blank on post-processing (#20629)
* fix pandas bug when data is blank on post-processing

* account for multiple queries when data is blank
2022-07-08 16:33:53 -07:00
..
advanced_data_type feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +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 fix: pandas bug when data is blank on post-processing (#20629) 2022-07-08 16:33:53 -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 fix: datetime.data in series (#20618) 2022-07-07 09:33:44 +08:00
dao chore: switching out ConnectorRegistry references for DatasourceDAO (#20380) 2022-06-21 13:22:39 +02:00
dashboards chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
databases feat: allow setting db UUID (#20412) 2022-06-16 15:53:59 -07:00
datasets remove autoflush for queries during dual write (#20460) 2022-06-23 14:50:30 -07:00
datasource chore: switching out ConnectorRegistry references for DatasourceDAO (#20380) 2022-06-21 13:22:39 +02:00
db_engine_specs fix(presto): use correct timespec for presto (#20333) 2022-06-16 16:43:17 -07:00
explore fix: Refactor ownership checks and ensure consistency (#20499) 2022-07-07 11:04:27 -07:00
fixtures chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
importexport feat: allow setting db UUID (#20412) 2022-06-16 15:53:59 -07:00
key_value feat: introduce hashids permalink keys (#19324) 2022-03-24 21:53:09 +02:00
pandas_postprocessing refactor: remove unused flatten function (#20582) 2022-07-01 19:17:55 +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: Area viz migration (#20359) 2022-07-08 19:56:03 +08: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 feat: TreeMap migration (#20346) 2022-07-07 19:37:18 +08: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: query datasets from SQL Lab (#15241) 2022-06-01 15:18:40 -07:00
memoized_tests.py chore(python-testing): move memoized tests to unit tests (#15507) 2021-07-12 10:00:18 +03:00
result_set_test.py fix: ensure column name in description is string (#20340) 2022-06-21 10:10:46 -03:00
sql_lab_test.py feat: add name, description and non null tables to RLS (#20432) 2022-06-20 13:52:05 +01:00
sql_parse_tests.py chore(rls): Remove passing global username (#20344) 2022-07-05 10:51:24 -07:00
test_jinja_context.py test(jinja): refactor to functional tests (#19606) 2022-04-08 20:32:38 +03:00