You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/31 00:32:03 UTC

[GitHub] [superset] suddjian commented on issue #15990: [chart list] Simply explore a chart makes that chart shows as modified on chart list

suddjian commented on issue #15990:
URL: https://github.com/apache/superset/issues/15990#issuecomment-890264786


   Still not sure what the root cause of this is, but here's what we've found so far in the course of debugging:
   
   - The steps listed above are not actually required to reproduce the issue. All that is required is viewing a chart in explore. It would seem that loading the explore page somehow writes the chart to the db.
   - The chart list view is using the `changed_on` database field, which gets set to `now` automatically any time the `Slice` model is written in the db.
   - Loading the chart in Explore a  _second_ time does not trigger the same update to the `Slice`. This issue might only apply to example charts, if they have some special condition that organically-created charts do not. Needs further testing.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org