Databricks SDK for JavaScript
    Preparing search index...

    Interface TriggerConfiguration

    A single trigger attached to a job via JobSettings.triggers. Exactly one of the trigger-type fields (periodic, schedule, continuous, file_arrival, table_update, model) must be set; mutual exclusivity is enforced in the API handler rather than via oneof so that codegen, validation, and JSON serialization across SDKs and Terraform behave consistently.

    Index

    Properties

    Continuous trigger configuration.

    File arrival trigger configuration.

    Model trigger configuration.

    pauseStatus?: SchedulePauseStatus

    Whether this trigger is paused. Defaults to UNPAUSED when unset; the server always returns an explicit value on read.

    Trigger type: exactly one must be set; mutual exclusivity is enforced in the API handler Periodic trigger configuration.

    Cron schedule trigger configuration.

    Optional SQL condition that gates whether this trigger fires.

    Table update trigger configuration.