Bryan Robbins
Bryan Robbins
Submission includes: * Selection of data source * All defined transformations, in order * Output configuration * API key
Parameters: * Column (name of column) * Expression (must conform to grammar) In general, the expression should be either a string constant OR a mathematical expression which allows: * Plus,...
Parameters: * Columns (columns to group by) Note this sums over all Numeric columns and drops all String columns not ID'ed as grouping columns.
Parameters: * Column * Operator (lt, gt, le, ge, eq, ne) * Criteria (String or Number)
Parameters: * Column list
Available parameters: * Column * Direction * Size
Use validator from shared Python package
Allows UI to validate configuration before attempting to submit job (Uses same validation code from shared Python package)