Newer Version Available
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
- Available Components
- 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 errorLogUrl String The URL to download the error log blob. Small, 50.0 50.0 inputRows NodeRowCountRepresentation 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 ConnectWaveEltNodeActionEnum 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 outputRows NodeRowCountRepresentation The count of output rows to a node. Small, 50.0 50.0 startDate Date The start date of a node. Small, 50.0 50.0 status ConnectWaveDataflowJobNodeStatusEnum 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 failedCount Long The number of failed rows for the node. Small, 50.0 50.0 processedCount Long The number of processed rows for the node. Small, 50.0 50.0