superset/tests/unit_tests
Beto Dealmeida 00c99c91ec
feat: new dataset/table/column models (#17543)
* feat: new models for SIP-68

* feat: new dataset models DB migration

* Add shadow write (WIP)

* Physical dataset shadow write (WIP)

* Virtual dataset shadow write (WIP)

* Update migration to populate models

* Cascade delete columns

* after_delete

* Update hook

* Add metric test

* Do not rename tables

* Small fixes

* Fix migration

* Fix tests

* Fix more tests

* Even more tests

* Addressing comments (WIP)

* Fix migration

* Rebase and update head

* Fix unit tests

* Add external management cols

* Small fixes
2022-02-24 11:02:01 -08: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 refactor: Moves the Explore form_data endpoint (#18151) 2022-01-25 11:14:50 -03:00
columns feat: new dataset/table/column models (#17543) 2022-02-24 11:02:01 -08:00
common refactor(QueryObject): decouple from superset (#17479) 2021-11-18 19:53:56 +02:00
dashboards fix: user UUIDs on export for Native Filter Configuration (#18562) 2022-02-08 13:10:40 -08:00
datasets feat: new dataset/table/column models (#17543) 2022-02-24 11:02:01 -08:00
db_engine_specs chore(tests-backend): migrate snowflake and sqlite to unit tests (#18854) 2022-02-23 11:11:10 -06:00
explore refactor: Moves the Explore form_data endpoint (#18151) 2022-01-25 11:14:50 -03:00
fixtures refactor: postprocessing move to unit test (#18779) 2022-02-17 20:05:41 +08:00
pandas_postprocessing fix: contribution operator meets nan value (#18782) 2022-02-18 23:28:28 +08:00
tables feat: new dataset/table/column models (#17543) 2022-02-24 11:02:01 -08:00
tasks fix: add fallback and validation for report and cron timezones (#17338) 2021-11-12 12:28:17 -08:00
utils refactor: move date_parser to unittest (#18810) 2022-02-18 20:15:31 +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(csv-export): pivot v2 with verbose names (#18633) 2022-02-09 14:01:57 +02: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 fix: revert #17654 to fix subselect table name parsing (#18017) 2022-01-12 21:28:23 -08:00