mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
* Implement import / export dashboard functionality. * Address comments from discussion. * Add function descriptions. * Minor fixes * Fix tests for python 3. * Export datasources. * Implement tables import. * Json.loads does not support trailing commas. * Improve alter_dict func * Resolve comments. * Refactor tests * Move params_dict and alter_params to the ImportMixin * Fix flask menues.