Srinivasan Subramanian
Srinivasan Subramanian
@villebro The previous export/import issues I had reported all seem to be addressed with the 1.5.0 build but the overwrite of Chart is still not working. I closed an earlier...
Possible issue; I traced this to superset/charts/commands/importers/v1/utils.py. Although the API call is made with overwtite=True, the call always receives False. Setting it as True in the function correctly imports and...
@betodealmeida @EBoisseauSierra Any assistance on this greatly appreciated
@betodealmeida Thanks for the clarification. So to get the whole dashboard imported from one system to another (we need to do it programmatically) is there any workaround other than hacking...
Thanks @betodealmeida let me try that.
@betodealmeida I did try this today. I exported the dashboard using the dashboard export API (not the assets/export) and imported using the assets/import API. All I get is a cryptic...
@betodealmeida Got the chance to finally upgrade to 2.0. The **assets/import** end point still fails with the following exception: ``` CommandException Traceback (most recent call last): File "/home/xxxxx/.pyenv/versions/3.8.12/envs/superset/lib/python3.8/site-packages/flask/app.py", line 1517,...
@betodealmeida One question. The file is being exported using dashboard/export since I wanted to export only 1 dashboard (and assets/export seems to export all with no filter), I extracted the...
I decided to use the export and import APIs of each entity ie. Dashboard, Database, Dataset and Chart. This works with overwrite option too.
Please follow comments in #20942 for resolution