Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobsListResponse ¶
JobsListResponse represents Databricks jobs/list response object
type JobsRunsSubmitRequest ¶
type JobsRunsSubmitRequest struct { RunName string `json:"run_name"` NewCluster dbmodel.NewCluster `json:"new_cluster"` Libraries []dbmodel.Library `json:"libraries"` SparkJarTask dbmodel.SparkJarTask `json:"spark_jar_task"` }
JobsRunsSubmitRequest represents DataBricks run submit request
type TestXMLResponse ¶
type TestXMLResponse struct {
Name string `xml:"Test Job"`
}
TestXMLResponse represents TestXML Response
Click to show internal directories.
Click to hide internal directories.