Skip to content

Dynamic file loading #908

@derekperkins

Description

@derekperkins

I'm working on a few different ways to get data loaded into DuckDB from other data sources. One idea I had was to dynamically generate parquet files. By having some sort of path params in the file name, I could get data from an arbitrary data source, package it as a parquet file, then send it across the wire.

data:
  walk:
    file: https://my-api.com/{tenant_id}-{start_date}-{end_date}-{type}.parquet

Would it be make sense to add arrow ipc support for performance reasons?
https://duckdb.org/2025/05/23/arrow-ipc-support-in-duckdb.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions