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:10:50 UTC

[GitHub] [superset] ephod edited a comment on issue #18980: Export Databases from the CLI does not work

ephod edited a comment on issue #18980:
URL: https://github.com/apache/superset/issues/18980#issuecomment-1073119873


   I had a similar problem regarding `superset export-dashboards`, this solved my issue. I don't have enough time to create a patch, but this 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