OptionalincrementalOptionalparametersParameters for the Workday report. Each key represents the parameter name (e.g., "start_date", "end_date"), and the corresponding value is a SQL-like expression used to compute the parameter value at runtime. Example: { "start_date": "{ coalesce(current_offset(), date("2025-02-01")) }", "end_date": "{ current_date() - INTERVAL 1 DAY }" }
Optionalreport(Optional) Additional custom parameters for Workday Report
This field is deprecated and should not be used. Use parameters instead.
(Optional) Marks the report as incremental. This field is deprecated and should not be used. Use
parametersinstead. The incremental behavior is now controlled by theparametersfield.