duckdb / duckdb_delta

DuckDB extension for Delta Lake
MIT License
88 stars 8 forks source link

Feature request: Add support for export to delta table #36

Open nixent opened 5 days ago

nixent commented 5 days ago

Please add support for export to delta table:

COPY tbl TO 'path_to_delta' (FORMAT DELTA);
samansmink commented 4 days ago

Delta Kernel currently does not yet(!) support writing, but that's work in progress