Import / export of the dashboards. (#1197)

* 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.
This commit is contained in:
Bogdan
2016-10-11 17:54:40 -07:00
committed by GitHub
parent cd2ab42abc
commit 73cd2ea3b1
10 changed files with 827 additions and 26 deletions

View File

@@ -452,6 +452,5 @@ class CoreTests(CaravelTestCase):
db.session.commit()
self.test_save_dash('alpha')
if __name__ == '__main__':
unittest.main()