superset/tests/unit_tests
Reese f9109583ce
fix: Allow dataset owners to explore their datasets (#20382)
* fix: Allow dataset owners to explore their datasets

* Re-order imports

* Give owners security manager permissions to their datasets

* Update test suite

* Add SqlaTable to is_owner types

* Add owners to datasource mock

* Fix VSCode import error

* Fix merge error
2022-07-06 11:27:50 -03: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 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
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: Allow dataset owners to explore their datasets (#20382) 2022-07-06 11:27:50 -03: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: 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 feat: allow setting db UUID (#20412) 2022-06-16 15:53:59 -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: 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