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
lastRunScheduleSlug
String
Slug of the Bolt schedule that produced lastRunId — Paradime's equivalent of dbt Cloud's lastJobDefinitionId.
lastSuccessRunId
Int
Paradime schedule_run.id of the most recent successful execution.
lastSuccessScheduleSlug
String
Slug of the Bolt schedule that produced lastSuccessRunId.
executeStartedAt
DateTime
executeCompletedAt
DateTime
executionTime
Float
compileStartedAt
DateTime
compileCompletedAt
DateTime
runElapsedTime
Float
lastFailures
Int
For tests: the row count of the most recent failure.