com.edmunds.rest.databricks.DTO.jobs.TaskDependencyDTO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of databricks-rest-client Show documentation
Show all versions of databricks-rest-client Show documentation
A simple java rest client to interact with the Databricks Rest Service
https://docs.databricks.com/api/latest/index.html
package com.edmunds.rest.databricks.DTO.jobs;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import java.io.Serializable;
@Data
public class TaskDependencyDTO implements Serializable {
@JsonProperty("task_key")
private String taskKey;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy