Input
ExecutionTrigger execution
Data/DataFusion/Lakes
Write query results to a new or existing Delta Lake table using FlowPath. Supports append, overwrite modes.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Trigger execution
DataFusion session
SQL query to execute. Use $placeholders for values that come from the flow (SELECT * FROM events WHERE day = $day) — each one adds an input pin to wire the value into. Placeholders stand for values only; table and column names cannot be parameterized.
Values for the query's $placeholders, as an object keyed by placeholder name without the $ (e.g. {"customer_id": 42}). Only needed when the query itself comes from a wire — a literal query derives one pin per placeholder instead. Where both supply the same name, the derived pin wins unless it is empty.
FlowPath for the Delta table directory
Write mode: append, overwrite, error, ignore
Columns to partition by (comma-separated)
Write completed
DataFusion session
Number of rows written
Version number after write