Databricks SDK for JavaScript
    Preparing search index...

    Interface TriggerEvaluation

    interface TriggerEvaluation {
        description?: string;
        runId?: bigint;
        timestamp?: bigint;
    }
    Index

    Properties

    description?: string

    Human-readable description of the trigger evaluation result. Explains why the trigger evaluation triggered or did not trigger a run, or failed.

    runId?: bigint

    The ID of the run that was triggered by the trigger evaluation. Only returned if a run was triggered.

    timestamp?: bigint

    Timestamp at which the trigger was evaluated.