简体   繁体   English

超集export_datasources不起作用

[英]Superset export_datasources doesn't work

I wanted to export/import datasources from CLI and I saw this too comands on superset: 我想从CLI导出/导入数据源,并且在超集上也看到了这个命令:

superset export_datasources
superset import_datasources

but when I try to use export_datasources it gives me the following error: 但是当我尝试使用export_datasources时,出现以下错误:

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: dbs [SQL: u'SELECT... nFROM dbs']`

I don't understand how to fix it, maybe I miss some configuration (set a path or I don't know) 我不知道如何解决它,也许我错过了一些配置(设置路径或我不知道)

This feature tracked by follow issue: 此功能由关注问题跟踪:

https://github.com/apache/incubator-superset/pull/3978 https://github.com/apache/incubator-superset/pull/3978

and released in version 0.21.0 (2017/12/08 09:11 +00:00) be sure your Superset version is not older than this. 并以0.21.0(2017/12/08 09:11 +00:00)版本发布,请确保您的Superset版本不早于此版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM