fbgeobit commented on issue #26130: URL: https://github.com/apache/superset/issues/26130#issuecomment-1943404851
Hi @rusackas : I added the flag `"VERSIONED_EXPORT": True` in both dockerized instances (v2.1.0), but no luck yet.  **superset_app log:** ```bash 2024-02-14 09:36:57,953:INFO:superset.dashboards.commands.importers.dispatcher:Command failed validation CommandException Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1517, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1503, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/usr/local/lib/python3.8/site-packages/flask_appbuilder/security/decorators.py", line 95, in wraps return f(self, *args, **kwargs) File "/app/superset/views/base_api.py", line 122, in wraps raise ex File "/app/superset/views/base_api.py", line 113, in wraps duration, response = time_function(f, self, *args, **kwargs) File "/app/superset/utils/core.py", line 1586, in time_function response = func(*args, **kwargs) File "/app/superset/utils/log.py", line 266, in wrapper value = f(*args, **kwargs) File "/app/superset/views/base_api.py", line 100, in wraps return f(self, *args, **kwargs) File "/app/superset/dashboards/api.py", line 1060, in import_ command.run() File "/app/superset/dashboards/commands/importers/dispatcher.py", line 64, in run raise exc File "/app/superset/dashboards/commands/importers/dispatcher.py", line 57, in run command.run() File "/app/superset/commands/importers/v1/__init__.py", line 64, in run self.validate() File "/app/superset/commands/importers/v1/__init__.py", line 98, in validate raise exception superset.commands.exceptions.CommandInvalidError: Error importing dashboard ``` No errros on **superset_db logs**. Is there any other log I should check? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
