ModelHistoricalRunNode
One past execution of a single node. Mirrors dbt Cloud’s
ModelHistoricalRun. Distinct from NodeExecutionInfo (which only carries the
latest execution): this powers applied.modelHistoricalRuns, a time-series feed
ordered most-recent-first.
object
ModelHistoricalRunNodeFields
runId
Int!
Paradime schedule_run.id for this execution.
status
String!
error
String
executeStartedAt
DateTime
executeCompletedAt
DateTime
executionTime
Float
compileStartedAt
DateTime
compileCompletedAt
DateTime
runElapsedTime
Float
generatedAt
DateTime
failures
Int
For tests: the row count of the failure, if any.
compiledCode
String
The compiled SQL for this run.
threadId
String
adapterResponse
JSONString
uniqueId
String
name
String
database
String
schema
String
alias
String
catalog
Present only when withCatalog=true and catalog.json data exists for this invocation.
Related topics
Discovery APIRun and Test all your dbt™ ModelsUsing Append for Incremental ModelsSnapshotsRun Details