I wanted to export/import datasources from CLI and I saw this too comands on superset:
superset export_datasources
superset import_datasources
but when I try to use export_datasources
it gives me the following error:
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)