v106

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
asset

List expected partitions of a ducklake asset in a date range with their materialization status (enterprise)

get/w/{workspace}/assets/partitions_in_range

Path parameters

workspacestring required

Query parameters

pathstring required

The materialized ducklake asset path (<ducklake>/<table>)

fromstring date required

Inclusive range start (YYYY-MM-DD), local to the producer's partition tz

tostring date required

Inclusive range end (YYYY-MM-DD), local to the producer's partition tz

Response

expected partitions in range with per-slice status — the missing/failed subset is the backfill worklist

producer_pathstring required

the pipeline script that materializes the asset (managed // materialize target, or a partitioned writer using the SDK helpers) — the runnable a backfill launches

partition_kind'daily' | 'hourly' | 'weekly' | 'monthly' | 'dynamic' required