...
Property | Description |
---|---|
wrangledDataset | (required) Internal identifier for the object whose results you wish to generate. The recipes of all preceding datasets on which this dataset depends are executed as part of the job. |
overrides.execution | (required, if first time running the job) Indicates the running environment on which the job is executed. Accepted values:
For more information, see Running Environment Options. |
overrides.profiler | (required, if first time running the job) When set to |
overrides.writesettings | (required, if first time running the job) These settings define the publishing options for the job. See below. |
ranfrom | (optional) If this value is set to If set to See Job Results Page. |
...
Property | Description | |||
---|---|---|---|---|
path | (required) The fully qualified path to the output location where to write the results | |||
action | (required) If the output file or directory exists, you can specify one of the following actions:
| |||
format | (required) Output format for the results. Specify one of the following values:
Info | overrides.execution must be spark ).
| ||
compression | (optional) For csv and json results, you can optionally compress them using bzip2 or gzip compression. Default is none . | |||
header | (optional) For csv results with action set to create or append , this value determines if a header row with column names is inserted at the top of the results. Default is false . | |||
asSingleFile | (optional) For csv and json results, this value determines if the results are concatenated into a single file or stored as multiple files. Default is false . |