serenajiang opened a new issue #10742:
URL: https://github.com/apache/incubator-superset/issues/10742
When I try to edit the dashboard properties of a dashboard with the
dashboard properties modal, if the dashboard has properties `remote_id` or
`import_time` in the json metadata, I get the message `An error occurred`. The
request error shows an `Unknown Field` error.
```json
{"message":{"json_metadata":[{"import_time":["Unknown
field."],"remote_id":["Unknown field."]}]}}
```
### Expected results
The dashboard should save.
### Actual results
Error.
#### Screenshots

#### How to reproduce the bug
1. Import a dashboard (or use existing imported dashboard)
2. Navigate to imported dashboard, open dashboard properties modal (edit
dashboard properties)
3. Check the json metadata (Advanced) and confirm `remote_id` and
`import_time` are properties
4. Save the dashboard properties.
5. Observe error.
### Environment
(please complete the following information):
- superset version: Up to date with apache/master as of August 25, 2020
- python version: `python --version` 3.6
### Checklist
Make sure these boxes are checked before submitting your issue - thank you!
- [X] I have checked the superset logs for python stacktraces and included
it here as text if there are any.
- [X] I have reproduced the issue with at least the latest released version
of superset.
- [X] I have checked the issue tracker for the same issue and I haven't
found one similar.
cc: @graceguo-supercat
----------------------------------------------------------------
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]