EMCP commented on issue #16001: URL: https://github.com/apache/superset/issues/16001#issuecomment-890558496
ah, now I saw this.. https://superset.apache.org/docs/installation/configuring-superset ``` # The SQLAlchemy connection string to your database backend # This connection defines the path to the database that stores your # superset metadata (slices, connections, tables, dashboards, ...). # Note that the connection information to connect to the datasources # you want to explore are managed directly in the web UI SQLALCHEMY_DATABASE_URI = 'sqlite:////path/to/superset.db' ``` so then I should NOT use this `superset set-database-uri` command at all.. and JUST try the REST api? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
