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 2022/03/19 22:07:19 UTC

[GitHub] [superset] ephod commented on issue #19089: dashboard export not working with latest 1.4.1

ephod commented on issue #19089:
URL: https://github.com/apache/superset/issues/19089#issuecomment-1073119381


   I had the same problem, this solved my issue. I don't have enough time to create a patch, but this is the change might help you.
   
   ```python
   for slc in dashboard.slices: 
       if slc.datasource is None: 
           logger.info("Datasource is none") 
           continue
   ```
   
   https://github.com/apache/superset/blob/d645579cdd64b7fe7f9dde4a8da000dd7db51ce9/superset/models/dashboard.py#L374


-- 
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