Databricks SDK for JavaScript
    Preparing search index...

    Type Alias JobSource_DirtyState

    JobSource_DirtyState:
        | typeof JobSource_DirtyState[keyof typeof JobSource_DirtyState]
        | string & {}

    Dirty state indicates the job is not fully synced with the job specification in the remote repository.

    Possible values are:

    • NOT_SYNCED: The job is not yet synced with the remote job specification. Import the remote job specification from UI to make the job fully synced.
    • DISCONNECTED: The job is temporary disconnected from the remote job specification and is allowed for live edit. Import the remote job specification again from UI to make the job fully synced.