
com.databricks.sdk.service.jobs.JobSourceDirtyState Maven / Gradle / Ivy
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.jobs;
import com.databricks.sdk.support.Generated;
/** This describes an enum */
@Generated
public enum JobSourceDirtyState {
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.
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.
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy