Input
ExecutionTrigger execution
Data/DataFusion/Aggregation
Create time-based aggregations using DataFusion's date_bin function. Groups data by fixed time intervals (minute, hour, day, etc.) and applies aggregation functions.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Trigger execution
DataFusion session to execute the query in
Name of the table to aggregate
Column containing timestamp/datetime values
Time interval for binning: second, minute, 5m, 15m, 30m, hour, day, week, month, quarter, year
Columns to aggregate (comma-separated)
Aggregation functions to apply (comma-separated): count, sum, avg, min, max, first, last
Additional columns to group by (comma-separated, optional)
Optional WHERE clause filter (e.g., 'status = active')
Name for the result table (optional, creates view if provided)
Continues after query execution
DataFusion session (pass-through)
Query results as array of row structs
Generated SQL query for debugging
Number of result rows