A native DuckDB extension that exposes Keboola Storage as a first-class DuckDB database. Query Keboola tables with standard SQL, push results back to Storage, and manage your data directly from DuckDB ...
def load_csv_to_duckdb(csv_files, force=False, database_path=":memory:"): Load multiple CSV files into DuckDB as tables with auto schema inference. Args: csv_files ...