All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.jobs.JobSourceDirtyState Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.

package com.databricks.sdk.service.jobs;

import com.databricks.sdk.support.Generated;

/**
 * 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. */ @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