- Accumulate
- Specify one or more column names to add to the output table in a comma-separated list. Use an asterisk (*) to specify all columns.
- ModelOutputFields
- [Optional] Specify the output fields to add as individual columns instead of the entire JSON output.
- OverwriteCachedModel
- [Optional] Valid values are: 'current_cached_model', '*', 'true', 't', 'yes', '1', 'false', 'f', 'no', 'n', or '0'. All of these values are equivalent as this argument applies only to the model specified in the model ON clause, which is assumed to be in the cache.Important: Do not use the OverwriteCachedModel argument except when you are trying to replace a previously cached model. This applies to all models supported by BYOM. Using the argument in other cases, including in concurrent queries or multiple times within a short period of time, may lead to an OOM error from garbage collection not being fast enough.
- IsDebug
- [Optional] When true, debug statements are added to a trace table that must be created beforehand. See Error Logs.
Only available with BYOM version 3.00.00.02 and later.