michellethomas commented on issue #10742: URL: https://github.com/apache/superset/issues/10742#issuecomment-788524462
Seeing this issue again. It looks like [validation](https://github.com/apache/superset/blob/2ff874124840561277b1c480803fda55d11fb0c5/superset/dashboards/schemas.py#L106) is happening on json_metadata when saving dashboard metadata. These fields are not in the valid schema so they are erroring. @betodealmeida it looks like `remote_id` and `import_time` are related to import/export feature. I still see these fields used in the codebase, should they be added as a valid field in json_metadata? Or do you know who would know? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
