NodeExecutionInfo
Mirrors dbt Cloud’s ModelExecutionInfo/TestExecutionInfo. lastRunId /
lastSuccessRunId carry Paradime schedule_run.id values (Paradime’s equivalent
of dbt Cloud’s runId), per the ID translation table in
docs/discovery-api-spec.md.
object
NodeExecutionInfoFields
lastRunId
Int
Paradime schedule_run.id of the most recent execution attempt.
lastRunStatus
String
lastRunError
String
lastRunGeneratedAt
DateTime
lastSuccessRunId
Int
Paradime schedule_run.id of the most recent successful execution.
executeStartedAt
DateTime
executeCompletedAt
DateTime
executionTime
Float
compileStartedAt
DateTime
compileCompletedAt
DateTime
runElapsedTime
Float
lastFailures
Int
For tests: the row count of the most recent failure.
Related topics
Terminal ToolGraph OperatorsDiscovery APIDiscovery API: query your dbt metadata over GraphQLDremio