Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the following, the runParameters override has  overrides have been specified for the varRegion. In this case, the value 02 is inserted for the specified variable as part of the job execution. and the varReferenceType variables. 

Code Block
{
    "wrangledDataset": {
    "id": 33
  },
  "overridesid": {33
    "execution": "photon"},
    "profileroverrides": false,{
      "writesettings": [
      {
        "path": "hdfs://hadoop:50070/trifacta/queryResults/admin@trifacta.local/cdr_txt.csv<path_to_output_file>",
        "action": "create",
        "format": "csv",
        "compression": "none",
        "header": false,
        "asSingleFile": false
      }
      ]
    },
    "runParameters": {
      "overrides": {
        "data": [{
          "key": "varRegionRegion",
          "value": "02"
        },
        {
          "key": "varReferenceType",
          "value": "PROD"
        }
       ]
      }
    },
  "ranfrom": "cliui"
}

Response

Response Status Code - Success:  201 - Created

...