mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
feat: improve perf of CSV uploads (#34603)
This commit is contained in:
@@ -196,6 +196,7 @@ class DuckDBEngineSpec(DuckDBParametersMixin, BaseEngineSpec):
|
||||
default_driver = "duckdb_engine"
|
||||
|
||||
sqlalchemy_uri_placeholder = "duckdb:////path/to/duck.db"
|
||||
supports_multivalues_insert = True
|
||||
|
||||
# DuckDB-specific column type mappings to ensure float/double types are recognized
|
||||
column_type_mappings = (
|
||||
|
||||
Reference in New Issue
Block a user