Newer Version Available

This content describes an older version of this product. View Latest

Dataflow Job Nodes Resource

Returns a dataflow job node for a standard dataflow or a recipe. This request only works for dataflow jobs with ids starting with 030, 03C, or 0eP. The node id must start with 03L.
Resource URL
1/wave/dataflowjobs/<dataflowjobId>/nodes/<nodeId>
Formats
JSON
Available Version
50.0
HTTP Methods
GET
GET Response Body (DataflowJobNodeRepresentation)

DataflowJobNodeRepresentation inherits properties from the abstract BaseWaveAssetRepresentation. These base properties appear alongside DataflowJobNodeRepresentation specific properties in the following table.

Property Name Type Description Filter Group and Version Available Version
duration Integer The run time in seconds of a node. Small, 50.0 50.0
error​Log​Url String The URL to download the error log blob. Small, 50.0 50.0
input​Rows Node​Row​Count​Representation The count of input rows to a node. Small, 50.0 50.0
message String The error or informational message of a node Small, 50.0 50.0
nodeType Connect​Wave​Elt​Node​Action​Enum The node type. Valid values are:
  • Append
  • Augment
  • BinDigest
  • ComputeExpression
  • ComputeRelative
  • CsvDigest
  • Dataset
  • DeleteRows
  • Delta
  • Digest
  • Dim2Mea
  • Export
  • Filter
  • Flatten
  • IndexDim
  • Internal
  • Prediction
  • Register
  • SfdcFetch
  • SliceDataset
  • SobjectDigest
  • Update
Small, 50.0 50.0
output​Rows Node​Row​Count​Representation The count of output rows to a node. Small, 50.0 50.0
start​Date Date The start date of a node. Small, 50.0 50.0
status Connect​Wave​Dataflow​Job​Node​Status​Enum The run-time status of the node. Valid values are:
  • Aborted
  • Error
  • Pending
  • Running
  • Success
  • Warning
Small, 50.0 50.0
NodeRowCountRepresentation
Property Name Type Description Filter Group and Version Available Version
failed​Count Long The number of failed rows for the node. Small, 50.0 50.0
processed​Count Long The number of processed rows for the node. Small, 50.0 50.0