ravikishorer opened a new issue #14563: URL: https://github.com/apache/superset/issues/14563
**Is your feature request related to a problem? Please describe.** To be able to connect to Duckdb as datasource. **Describe the solution you'd like** To be able to connect to Duckdb just like how easy it is to connect to sqlite currently. **Describe alternatives you've considered** Sqlite is an alternative. But as Duckdb is more performant for analytical use cases, it will be a great addition. **Additional context** DuckDB is an in-process SQL OLAP database management system - https://duckdb.org/. It is much faster than sqlite for analytical purposes. From https://duckdb.org/docs/api/python, _The standard DuckDB Python API provides a SQL interface compliant with the DB-API 2.0 specification described by PEP 249 similar to the SQLite Python 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
