2022-12-06 15:26:19 +00:00
|
|
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
|
|
|
|
package schema
|
|
|
|
|
2023-07-07 12:52:41 +00:00
|
|
|
type ResourceJobComputeSpec struct {
|
|
|
|
Kind string `json:"kind,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobCompute struct {
|
|
|
|
ComputeKey string `json:"compute_key,omitempty"`
|
|
|
|
Spec *ResourceJobComputeSpec `json:"spec,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-03-20 16:22:55 +00:00
|
|
|
type ResourceJobContinuous struct {
|
|
|
|
PauseStatus string `json:"pause_status,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobDbtTask struct {
|
2023-03-20 16:22:55 +00:00
|
|
|
Catalog string `json:"catalog,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
Commands []string `json:"commands"`
|
|
|
|
ProfilesDirectory string `json:"profiles_directory,omitempty"`
|
|
|
|
ProjectDirectory string `json:"project_directory,omitempty"`
|
|
|
|
Schema string `json:"schema,omitempty"`
|
|
|
|
WarehouseId string `json:"warehouse_id,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobEmailNotifications struct {
|
|
|
|
AlertOnLastAttempt bool `json:"alert_on_last_attempt,omitempty"`
|
|
|
|
NoAlertForSkippedRuns bool `json:"no_alert_for_skipped_runs,omitempty"`
|
|
|
|
OnFailure []string `json:"on_failure,omitempty"`
|
|
|
|
OnStart []string `json:"on_start,omitempty"`
|
|
|
|
OnSuccess []string `json:"on_success,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobGitSource struct {
|
|
|
|
Branch string `json:"branch,omitempty"`
|
|
|
|
Commit string `json:"commit,omitempty"`
|
|
|
|
Provider string `json:"provider,omitempty"`
|
|
|
|
Tag string `json:"tag,omitempty"`
|
|
|
|
Url string `json:"url"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterAutoscale struct {
|
|
|
|
MaxWorkers int `json:"max_workers,omitempty"`
|
|
|
|
MinWorkers int `json:"min_workers,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterAwsAttributes struct {
|
|
|
|
Availability string `json:"availability,omitempty"`
|
|
|
|
EbsVolumeCount int `json:"ebs_volume_count,omitempty"`
|
|
|
|
EbsVolumeSize int `json:"ebs_volume_size,omitempty"`
|
|
|
|
EbsVolumeType string `json:"ebs_volume_type,omitempty"`
|
|
|
|
FirstOnDemand int `json:"first_on_demand,omitempty"`
|
|
|
|
InstanceProfileArn string `json:"instance_profile_arn,omitempty"`
|
|
|
|
SpotBidPricePercent int `json:"spot_bid_price_percent,omitempty"`
|
|
|
|
ZoneId string `json:"zone_id,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterAzureAttributes struct {
|
|
|
|
Availability string `json:"availability,omitempty"`
|
|
|
|
FirstOnDemand int `json:"first_on_demand,omitempty"`
|
|
|
|
SpotBidMaxPrice int `json:"spot_bid_max_price,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterClusterLogConfDbfs struct {
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterClusterLogConfS3 struct {
|
|
|
|
CannedAcl string `json:"canned_acl,omitempty"`
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
EnableEncryption bool `json:"enable_encryption,omitempty"`
|
|
|
|
EncryptionType string `json:"encryption_type,omitempty"`
|
|
|
|
Endpoint string `json:"endpoint,omitempty"`
|
|
|
|
KmsKey string `json:"kms_key,omitempty"`
|
|
|
|
Region string `json:"region,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterClusterLogConf struct {
|
|
|
|
Dbfs *ResourceJobJobClusterNewClusterClusterLogConfDbfs `json:"dbfs,omitempty"`
|
|
|
|
S3 *ResourceJobJobClusterNewClusterClusterLogConfS3 `json:"s3,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-03-20 16:22:55 +00:00
|
|
|
type ResourceJobJobClusterNewClusterClusterMountInfoNetworkFilesystemInfo struct {
|
|
|
|
MountOptions string `json:"mount_options,omitempty"`
|
|
|
|
ServerAddress string `json:"server_address"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterClusterMountInfo struct {
|
|
|
|
LocalMountDirPath string `json:"local_mount_dir_path"`
|
|
|
|
RemoteMountDirPath string `json:"remote_mount_dir_path,omitempty"`
|
|
|
|
NetworkFilesystemInfo *ResourceJobJobClusterNewClusterClusterMountInfoNetworkFilesystemInfo `json:"network_filesystem_info,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobJobClusterNewClusterDockerImageBasicAuth struct {
|
|
|
|
Password string `json:"password"`
|
|
|
|
Username string `json:"username"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterDockerImage struct {
|
|
|
|
Url string `json:"url"`
|
|
|
|
BasicAuth *ResourceJobJobClusterNewClusterDockerImageBasicAuth `json:"basic_auth,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterGcpAttributes struct {
|
|
|
|
Availability string `json:"availability,omitempty"`
|
|
|
|
BootDiskSize int `json:"boot_disk_size,omitempty"`
|
|
|
|
GoogleServiceAccount string `json:"google_service_account,omitempty"`
|
|
|
|
UsePreemptibleExecutors bool `json:"use_preemptible_executors,omitempty"`
|
|
|
|
ZoneId string `json:"zone_id,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-03-20 16:22:55 +00:00
|
|
|
type ResourceJobJobClusterNewClusterInitScriptsAbfss struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobJobClusterNewClusterInitScriptsDbfs struct {
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterInitScriptsFile struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterInitScriptsGcs struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterInitScriptsS3 struct {
|
|
|
|
CannedAcl string `json:"canned_acl,omitempty"`
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
EnableEncryption bool `json:"enable_encryption,omitempty"`
|
|
|
|
EncryptionType string `json:"encryption_type,omitempty"`
|
|
|
|
Endpoint string `json:"endpoint,omitempty"`
|
|
|
|
KmsKey string `json:"kms_key,omitempty"`
|
|
|
|
Region string `json:"region,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-05-23 17:33:24 +00:00
|
|
|
type ResourceJobJobClusterNewClusterInitScriptsWorkspace struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobJobClusterNewClusterInitScripts struct {
|
2023-05-23 17:33:24 +00:00
|
|
|
Abfss *ResourceJobJobClusterNewClusterInitScriptsAbfss `json:"abfss,omitempty"`
|
|
|
|
Dbfs *ResourceJobJobClusterNewClusterInitScriptsDbfs `json:"dbfs,omitempty"`
|
|
|
|
File *ResourceJobJobClusterNewClusterInitScriptsFile `json:"file,omitempty"`
|
|
|
|
Gcs *ResourceJobJobClusterNewClusterInitScriptsGcs `json:"gcs,omitempty"`
|
|
|
|
S3 *ResourceJobJobClusterNewClusterInitScriptsS3 `json:"s3,omitempty"`
|
|
|
|
Workspace *ResourceJobJobClusterNewClusterInitScriptsWorkspace `json:"workspace,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterWorkloadTypeClients struct {
|
|
|
|
Jobs bool `json:"jobs,omitempty"`
|
|
|
|
Notebooks bool `json:"notebooks,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewClusterWorkloadType struct {
|
|
|
|
Clients *ResourceJobJobClusterNewClusterWorkloadTypeClients `json:"clients,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobClusterNewCluster struct {
|
2023-03-20 16:22:55 +00:00
|
|
|
ApplyPolicyDefaultValues bool `json:"apply_policy_default_values,omitempty"`
|
|
|
|
AutoterminationMinutes int `json:"autotermination_minutes,omitempty"`
|
|
|
|
ClusterId string `json:"cluster_id,omitempty"`
|
|
|
|
ClusterName string `json:"cluster_name,omitempty"`
|
|
|
|
CustomTags map[string]string `json:"custom_tags,omitempty"`
|
|
|
|
DataSecurityMode string `json:"data_security_mode,omitempty"`
|
|
|
|
DriverInstancePoolId string `json:"driver_instance_pool_id,omitempty"`
|
|
|
|
DriverNodeTypeId string `json:"driver_node_type_id,omitempty"`
|
|
|
|
EnableElasticDisk bool `json:"enable_elastic_disk,omitempty"`
|
|
|
|
EnableLocalDiskEncryption bool `json:"enable_local_disk_encryption,omitempty"`
|
|
|
|
IdempotencyToken string `json:"idempotency_token,omitempty"`
|
|
|
|
InstancePoolId string `json:"instance_pool_id,omitempty"`
|
|
|
|
NodeTypeId string `json:"node_type_id,omitempty"`
|
|
|
|
NumWorkers int `json:"num_workers,omitempty"`
|
|
|
|
PolicyId string `json:"policy_id,omitempty"`
|
|
|
|
RuntimeEngine string `json:"runtime_engine,omitempty"`
|
|
|
|
SingleUserName string `json:"single_user_name,omitempty"`
|
|
|
|
SparkConf map[string]string `json:"spark_conf,omitempty"`
|
|
|
|
SparkEnvVars map[string]string `json:"spark_env_vars,omitempty"`
|
|
|
|
SparkVersion string `json:"spark_version"`
|
|
|
|
SshPublicKeys []string `json:"ssh_public_keys,omitempty"`
|
|
|
|
Autoscale *ResourceJobJobClusterNewClusterAutoscale `json:"autoscale,omitempty"`
|
|
|
|
AwsAttributes *ResourceJobJobClusterNewClusterAwsAttributes `json:"aws_attributes,omitempty"`
|
|
|
|
AzureAttributes *ResourceJobJobClusterNewClusterAzureAttributes `json:"azure_attributes,omitempty"`
|
|
|
|
ClusterLogConf *ResourceJobJobClusterNewClusterClusterLogConf `json:"cluster_log_conf,omitempty"`
|
|
|
|
ClusterMountInfo []ResourceJobJobClusterNewClusterClusterMountInfo `json:"cluster_mount_info,omitempty"`
|
|
|
|
DockerImage *ResourceJobJobClusterNewClusterDockerImage `json:"docker_image,omitempty"`
|
|
|
|
GcpAttributes *ResourceJobJobClusterNewClusterGcpAttributes `json:"gcp_attributes,omitempty"`
|
|
|
|
InitScripts []ResourceJobJobClusterNewClusterInitScripts `json:"init_scripts,omitempty"`
|
|
|
|
WorkloadType *ResourceJobJobClusterNewClusterWorkloadType `json:"workload_type,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobJobCluster struct {
|
|
|
|
JobClusterKey string `json:"job_cluster_key,omitempty"`
|
|
|
|
NewCluster *ResourceJobJobClusterNewCluster `json:"new_cluster,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobLibraryCran struct {
|
|
|
|
Package string `json:"package"`
|
|
|
|
Repo string `json:"repo,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobLibraryMaven struct {
|
|
|
|
Coordinates string `json:"coordinates"`
|
|
|
|
Exclusions []string `json:"exclusions,omitempty"`
|
|
|
|
Repo string `json:"repo,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobLibraryPypi struct {
|
|
|
|
Package string `json:"package"`
|
|
|
|
Repo string `json:"repo,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobLibrary struct {
|
|
|
|
Egg string `json:"egg,omitempty"`
|
|
|
|
Jar string `json:"jar,omitempty"`
|
|
|
|
Whl string `json:"whl,omitempty"`
|
|
|
|
Cran *ResourceJobLibraryCran `json:"cran,omitempty"`
|
|
|
|
Maven *ResourceJobLibraryMaven `json:"maven,omitempty"`
|
|
|
|
Pypi *ResourceJobLibraryPypi `json:"pypi,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterAutoscale struct {
|
|
|
|
MaxWorkers int `json:"max_workers,omitempty"`
|
|
|
|
MinWorkers int `json:"min_workers,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterAwsAttributes struct {
|
|
|
|
Availability string `json:"availability,omitempty"`
|
|
|
|
EbsVolumeCount int `json:"ebs_volume_count,omitempty"`
|
|
|
|
EbsVolumeSize int `json:"ebs_volume_size,omitempty"`
|
|
|
|
EbsVolumeType string `json:"ebs_volume_type,omitempty"`
|
|
|
|
FirstOnDemand int `json:"first_on_demand,omitempty"`
|
|
|
|
InstanceProfileArn string `json:"instance_profile_arn,omitempty"`
|
|
|
|
SpotBidPricePercent int `json:"spot_bid_price_percent,omitempty"`
|
|
|
|
ZoneId string `json:"zone_id,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterAzureAttributes struct {
|
|
|
|
Availability string `json:"availability,omitempty"`
|
|
|
|
FirstOnDemand int `json:"first_on_demand,omitempty"`
|
|
|
|
SpotBidMaxPrice int `json:"spot_bid_max_price,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterClusterLogConfDbfs struct {
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterClusterLogConfS3 struct {
|
|
|
|
CannedAcl string `json:"canned_acl,omitempty"`
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
EnableEncryption bool `json:"enable_encryption,omitempty"`
|
|
|
|
EncryptionType string `json:"encryption_type,omitempty"`
|
|
|
|
Endpoint string `json:"endpoint,omitempty"`
|
|
|
|
KmsKey string `json:"kms_key,omitempty"`
|
|
|
|
Region string `json:"region,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterClusterLogConf struct {
|
|
|
|
Dbfs *ResourceJobNewClusterClusterLogConfDbfs `json:"dbfs,omitempty"`
|
|
|
|
S3 *ResourceJobNewClusterClusterLogConfS3 `json:"s3,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-03-20 16:22:55 +00:00
|
|
|
type ResourceJobNewClusterClusterMountInfoNetworkFilesystemInfo struct {
|
|
|
|
MountOptions string `json:"mount_options,omitempty"`
|
|
|
|
ServerAddress string `json:"server_address"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterClusterMountInfo struct {
|
|
|
|
LocalMountDirPath string `json:"local_mount_dir_path"`
|
|
|
|
RemoteMountDirPath string `json:"remote_mount_dir_path,omitempty"`
|
|
|
|
NetworkFilesystemInfo *ResourceJobNewClusterClusterMountInfoNetworkFilesystemInfo `json:"network_filesystem_info,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobNewClusterDockerImageBasicAuth struct {
|
|
|
|
Password string `json:"password"`
|
|
|
|
Username string `json:"username"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterDockerImage struct {
|
|
|
|
Url string `json:"url"`
|
|
|
|
BasicAuth *ResourceJobNewClusterDockerImageBasicAuth `json:"basic_auth,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterGcpAttributes struct {
|
|
|
|
Availability string `json:"availability,omitempty"`
|
|
|
|
BootDiskSize int `json:"boot_disk_size,omitempty"`
|
|
|
|
GoogleServiceAccount string `json:"google_service_account,omitempty"`
|
|
|
|
UsePreemptibleExecutors bool `json:"use_preemptible_executors,omitempty"`
|
|
|
|
ZoneId string `json:"zone_id,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-03-20 16:22:55 +00:00
|
|
|
type ResourceJobNewClusterInitScriptsAbfss struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobNewClusterInitScriptsDbfs struct {
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterInitScriptsFile struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterInitScriptsGcs struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterInitScriptsS3 struct {
|
|
|
|
CannedAcl string `json:"canned_acl,omitempty"`
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
EnableEncryption bool `json:"enable_encryption,omitempty"`
|
|
|
|
EncryptionType string `json:"encryption_type,omitempty"`
|
|
|
|
Endpoint string `json:"endpoint,omitempty"`
|
|
|
|
KmsKey string `json:"kms_key,omitempty"`
|
|
|
|
Region string `json:"region,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-05-23 17:33:24 +00:00
|
|
|
type ResourceJobNewClusterInitScriptsWorkspace struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobNewClusterInitScripts struct {
|
2023-05-23 17:33:24 +00:00
|
|
|
Abfss *ResourceJobNewClusterInitScriptsAbfss `json:"abfss,omitempty"`
|
|
|
|
Dbfs *ResourceJobNewClusterInitScriptsDbfs `json:"dbfs,omitempty"`
|
|
|
|
File *ResourceJobNewClusterInitScriptsFile `json:"file,omitempty"`
|
|
|
|
Gcs *ResourceJobNewClusterInitScriptsGcs `json:"gcs,omitempty"`
|
|
|
|
S3 *ResourceJobNewClusterInitScriptsS3 `json:"s3,omitempty"`
|
|
|
|
Workspace *ResourceJobNewClusterInitScriptsWorkspace `json:"workspace,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterWorkloadTypeClients struct {
|
|
|
|
Jobs bool `json:"jobs,omitempty"`
|
|
|
|
Notebooks bool `json:"notebooks,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewClusterWorkloadType struct {
|
|
|
|
Clients *ResourceJobNewClusterWorkloadTypeClients `json:"clients,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNewCluster struct {
|
2023-03-20 16:22:55 +00:00
|
|
|
ApplyPolicyDefaultValues bool `json:"apply_policy_default_values,omitempty"`
|
|
|
|
AutoterminationMinutes int `json:"autotermination_minutes,omitempty"`
|
|
|
|
ClusterId string `json:"cluster_id,omitempty"`
|
|
|
|
ClusterName string `json:"cluster_name,omitempty"`
|
|
|
|
CustomTags map[string]string `json:"custom_tags,omitempty"`
|
|
|
|
DataSecurityMode string `json:"data_security_mode,omitempty"`
|
|
|
|
DriverInstancePoolId string `json:"driver_instance_pool_id,omitempty"`
|
|
|
|
DriverNodeTypeId string `json:"driver_node_type_id,omitempty"`
|
|
|
|
EnableElasticDisk bool `json:"enable_elastic_disk,omitempty"`
|
|
|
|
EnableLocalDiskEncryption bool `json:"enable_local_disk_encryption,omitempty"`
|
|
|
|
IdempotencyToken string `json:"idempotency_token,omitempty"`
|
|
|
|
InstancePoolId string `json:"instance_pool_id,omitempty"`
|
|
|
|
NodeTypeId string `json:"node_type_id,omitempty"`
|
|
|
|
NumWorkers int `json:"num_workers,omitempty"`
|
|
|
|
PolicyId string `json:"policy_id,omitempty"`
|
|
|
|
RuntimeEngine string `json:"runtime_engine,omitempty"`
|
|
|
|
SingleUserName string `json:"single_user_name,omitempty"`
|
|
|
|
SparkConf map[string]string `json:"spark_conf,omitempty"`
|
|
|
|
SparkEnvVars map[string]string `json:"spark_env_vars,omitempty"`
|
|
|
|
SparkVersion string `json:"spark_version"`
|
|
|
|
SshPublicKeys []string `json:"ssh_public_keys,omitempty"`
|
|
|
|
Autoscale *ResourceJobNewClusterAutoscale `json:"autoscale,omitempty"`
|
|
|
|
AwsAttributes *ResourceJobNewClusterAwsAttributes `json:"aws_attributes,omitempty"`
|
|
|
|
AzureAttributes *ResourceJobNewClusterAzureAttributes `json:"azure_attributes,omitempty"`
|
|
|
|
ClusterLogConf *ResourceJobNewClusterClusterLogConf `json:"cluster_log_conf,omitempty"`
|
|
|
|
ClusterMountInfo []ResourceJobNewClusterClusterMountInfo `json:"cluster_mount_info,omitempty"`
|
|
|
|
DockerImage *ResourceJobNewClusterDockerImage `json:"docker_image,omitempty"`
|
|
|
|
GcpAttributes *ResourceJobNewClusterGcpAttributes `json:"gcp_attributes,omitempty"`
|
|
|
|
InitScripts []ResourceJobNewClusterInitScripts `json:"init_scripts,omitempty"`
|
|
|
|
WorkloadType *ResourceJobNewClusterWorkloadType `json:"workload_type,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobNotebookTask struct {
|
|
|
|
BaseParameters map[string]string `json:"base_parameters,omitempty"`
|
|
|
|
NotebookPath string `json:"notebook_path"`
|
2023-03-20 16:22:55 +00:00
|
|
|
Source string `json:"source,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
2023-05-23 17:33:24 +00:00
|
|
|
type ResourceJobNotificationSettings struct {
|
|
|
|
NoAlertForCanceledRuns bool `json:"no_alert_for_canceled_runs,omitempty"`
|
|
|
|
NoAlertForSkippedRuns bool `json:"no_alert_for_skipped_runs,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobPipelineTask struct {
|
|
|
|
PipelineId string `json:"pipeline_id"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobPythonWheelTask struct {
|
|
|
|
EntryPoint string `json:"entry_point,omitempty"`
|
|
|
|
NamedParameters map[string]string `json:"named_parameters,omitempty"`
|
|
|
|
PackageName string `json:"package_name,omitempty"`
|
|
|
|
Parameters []string `json:"parameters,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-05-23 17:33:24 +00:00
|
|
|
type ResourceJobQueue struct {
|
|
|
|
}
|
|
|
|
|
2023-06-21 06:40:11 +00:00
|
|
|
type ResourceJobRunAs struct {
|
|
|
|
ServicePrincipalName string `json:"service_principal_name,omitempty"`
|
|
|
|
UserName string `json:"user_name,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobSchedule struct {
|
|
|
|
PauseStatus string `json:"pause_status,omitempty"`
|
|
|
|
QuartzCronExpression string `json:"quartz_cron_expression"`
|
|
|
|
TimezoneId string `json:"timezone_id"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobSparkJarTask struct {
|
|
|
|
JarUri string `json:"jar_uri,omitempty"`
|
|
|
|
MainClassName string `json:"main_class_name,omitempty"`
|
|
|
|
Parameters []string `json:"parameters,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobSparkPythonTask struct {
|
|
|
|
Parameters []string `json:"parameters,omitempty"`
|
|
|
|
PythonFile string `json:"python_file"`
|
2023-05-23 17:33:24 +00:00
|
|
|
Source string `json:"source,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobSparkSubmitTask struct {
|
|
|
|
Parameters []string `json:"parameters,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-07-07 12:52:41 +00:00
|
|
|
type ResourceJobTaskConditionTask struct {
|
|
|
|
Left string `json:"left,omitempty"`
|
|
|
|
Op string `json:"op,omitempty"`
|
|
|
|
Right string `json:"right,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobTaskDbtTask struct {
|
2023-03-20 16:22:55 +00:00
|
|
|
Catalog string `json:"catalog,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
Commands []string `json:"commands"`
|
|
|
|
ProfilesDirectory string `json:"profiles_directory,omitempty"`
|
|
|
|
ProjectDirectory string `json:"project_directory,omitempty"`
|
|
|
|
Schema string `json:"schema,omitempty"`
|
|
|
|
WarehouseId string `json:"warehouse_id,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskDependsOn struct {
|
2023-07-07 12:52:41 +00:00
|
|
|
Outcome string `json:"outcome,omitempty"`
|
|
|
|
TaskKey string `json:"task_key"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskEmailNotifications struct {
|
|
|
|
AlertOnLastAttempt bool `json:"alert_on_last_attempt,omitempty"`
|
|
|
|
NoAlertForSkippedRuns bool `json:"no_alert_for_skipped_runs,omitempty"`
|
|
|
|
OnFailure []string `json:"on_failure,omitempty"`
|
|
|
|
OnStart []string `json:"on_start,omitempty"`
|
|
|
|
OnSuccess []string `json:"on_success,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskLibraryCran struct {
|
|
|
|
Package string `json:"package"`
|
|
|
|
Repo string `json:"repo,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskLibraryMaven struct {
|
|
|
|
Coordinates string `json:"coordinates"`
|
|
|
|
Exclusions []string `json:"exclusions,omitempty"`
|
|
|
|
Repo string `json:"repo,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskLibraryPypi struct {
|
|
|
|
Package string `json:"package"`
|
|
|
|
Repo string `json:"repo,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskLibrary struct {
|
|
|
|
Egg string `json:"egg,omitempty"`
|
|
|
|
Jar string `json:"jar,omitempty"`
|
|
|
|
Whl string `json:"whl,omitempty"`
|
|
|
|
Cran *ResourceJobTaskLibraryCran `json:"cran,omitempty"`
|
|
|
|
Maven *ResourceJobTaskLibraryMaven `json:"maven,omitempty"`
|
|
|
|
Pypi *ResourceJobTaskLibraryPypi `json:"pypi,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterAutoscale struct {
|
|
|
|
MaxWorkers int `json:"max_workers,omitempty"`
|
|
|
|
MinWorkers int `json:"min_workers,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterAwsAttributes struct {
|
|
|
|
Availability string `json:"availability,omitempty"`
|
|
|
|
EbsVolumeCount int `json:"ebs_volume_count,omitempty"`
|
|
|
|
EbsVolumeSize int `json:"ebs_volume_size,omitempty"`
|
|
|
|
EbsVolumeType string `json:"ebs_volume_type,omitempty"`
|
|
|
|
FirstOnDemand int `json:"first_on_demand,omitempty"`
|
|
|
|
InstanceProfileArn string `json:"instance_profile_arn,omitempty"`
|
|
|
|
SpotBidPricePercent int `json:"spot_bid_price_percent,omitempty"`
|
|
|
|
ZoneId string `json:"zone_id,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterAzureAttributes struct {
|
|
|
|
Availability string `json:"availability,omitempty"`
|
|
|
|
FirstOnDemand int `json:"first_on_demand,omitempty"`
|
|
|
|
SpotBidMaxPrice int `json:"spot_bid_max_price,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterClusterLogConfDbfs struct {
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterClusterLogConfS3 struct {
|
|
|
|
CannedAcl string `json:"canned_acl,omitempty"`
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
EnableEncryption bool `json:"enable_encryption,omitempty"`
|
|
|
|
EncryptionType string `json:"encryption_type,omitempty"`
|
|
|
|
Endpoint string `json:"endpoint,omitempty"`
|
|
|
|
KmsKey string `json:"kms_key,omitempty"`
|
|
|
|
Region string `json:"region,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterClusterLogConf struct {
|
|
|
|
Dbfs *ResourceJobTaskNewClusterClusterLogConfDbfs `json:"dbfs,omitempty"`
|
|
|
|
S3 *ResourceJobTaskNewClusterClusterLogConfS3 `json:"s3,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-03-20 16:22:55 +00:00
|
|
|
type ResourceJobTaskNewClusterClusterMountInfoNetworkFilesystemInfo struct {
|
|
|
|
MountOptions string `json:"mount_options,omitempty"`
|
|
|
|
ServerAddress string `json:"server_address"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterClusterMountInfo struct {
|
|
|
|
LocalMountDirPath string `json:"local_mount_dir_path"`
|
|
|
|
RemoteMountDirPath string `json:"remote_mount_dir_path,omitempty"`
|
|
|
|
NetworkFilesystemInfo *ResourceJobTaskNewClusterClusterMountInfoNetworkFilesystemInfo `json:"network_filesystem_info,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobTaskNewClusterDockerImageBasicAuth struct {
|
|
|
|
Password string `json:"password"`
|
|
|
|
Username string `json:"username"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterDockerImage struct {
|
|
|
|
Url string `json:"url"`
|
|
|
|
BasicAuth *ResourceJobTaskNewClusterDockerImageBasicAuth `json:"basic_auth,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterGcpAttributes struct {
|
|
|
|
Availability string `json:"availability,omitempty"`
|
|
|
|
BootDiskSize int `json:"boot_disk_size,omitempty"`
|
|
|
|
GoogleServiceAccount string `json:"google_service_account,omitempty"`
|
|
|
|
UsePreemptibleExecutors bool `json:"use_preemptible_executors,omitempty"`
|
|
|
|
ZoneId string `json:"zone_id,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-03-20 16:22:55 +00:00
|
|
|
type ResourceJobTaskNewClusterInitScriptsAbfss struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobTaskNewClusterInitScriptsDbfs struct {
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterInitScriptsFile struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterInitScriptsGcs struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterInitScriptsS3 struct {
|
|
|
|
CannedAcl string `json:"canned_acl,omitempty"`
|
|
|
|
Destination string `json:"destination"`
|
|
|
|
EnableEncryption bool `json:"enable_encryption,omitempty"`
|
|
|
|
EncryptionType string `json:"encryption_type,omitempty"`
|
|
|
|
Endpoint string `json:"endpoint,omitempty"`
|
|
|
|
KmsKey string `json:"kms_key,omitempty"`
|
|
|
|
Region string `json:"region,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-05-23 17:33:24 +00:00
|
|
|
type ResourceJobTaskNewClusterInitScriptsWorkspace struct {
|
|
|
|
Destination string `json:"destination,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobTaskNewClusterInitScripts struct {
|
2023-05-23 17:33:24 +00:00
|
|
|
Abfss *ResourceJobTaskNewClusterInitScriptsAbfss `json:"abfss,omitempty"`
|
|
|
|
Dbfs *ResourceJobTaskNewClusterInitScriptsDbfs `json:"dbfs,omitempty"`
|
|
|
|
File *ResourceJobTaskNewClusterInitScriptsFile `json:"file,omitempty"`
|
|
|
|
Gcs *ResourceJobTaskNewClusterInitScriptsGcs `json:"gcs,omitempty"`
|
|
|
|
S3 *ResourceJobTaskNewClusterInitScriptsS3 `json:"s3,omitempty"`
|
|
|
|
Workspace *ResourceJobTaskNewClusterInitScriptsWorkspace `json:"workspace,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterWorkloadTypeClients struct {
|
|
|
|
Jobs bool `json:"jobs,omitempty"`
|
|
|
|
Notebooks bool `json:"notebooks,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewClusterWorkloadType struct {
|
|
|
|
Clients *ResourceJobTaskNewClusterWorkloadTypeClients `json:"clients,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNewCluster struct {
|
2023-03-20 16:22:55 +00:00
|
|
|
ApplyPolicyDefaultValues bool `json:"apply_policy_default_values,omitempty"`
|
|
|
|
AutoterminationMinutes int `json:"autotermination_minutes,omitempty"`
|
|
|
|
ClusterId string `json:"cluster_id,omitempty"`
|
|
|
|
ClusterName string `json:"cluster_name,omitempty"`
|
|
|
|
CustomTags map[string]string `json:"custom_tags,omitempty"`
|
|
|
|
DataSecurityMode string `json:"data_security_mode,omitempty"`
|
|
|
|
DriverInstancePoolId string `json:"driver_instance_pool_id,omitempty"`
|
|
|
|
DriverNodeTypeId string `json:"driver_node_type_id,omitempty"`
|
|
|
|
EnableElasticDisk bool `json:"enable_elastic_disk,omitempty"`
|
|
|
|
EnableLocalDiskEncryption bool `json:"enable_local_disk_encryption,omitempty"`
|
|
|
|
IdempotencyToken string `json:"idempotency_token,omitempty"`
|
|
|
|
InstancePoolId string `json:"instance_pool_id,omitempty"`
|
|
|
|
NodeTypeId string `json:"node_type_id,omitempty"`
|
|
|
|
NumWorkers int `json:"num_workers,omitempty"`
|
|
|
|
PolicyId string `json:"policy_id,omitempty"`
|
|
|
|
RuntimeEngine string `json:"runtime_engine,omitempty"`
|
|
|
|
SingleUserName string `json:"single_user_name,omitempty"`
|
|
|
|
SparkConf map[string]string `json:"spark_conf,omitempty"`
|
|
|
|
SparkEnvVars map[string]string `json:"spark_env_vars,omitempty"`
|
|
|
|
SparkVersion string `json:"spark_version"`
|
|
|
|
SshPublicKeys []string `json:"ssh_public_keys,omitempty"`
|
|
|
|
Autoscale *ResourceJobTaskNewClusterAutoscale `json:"autoscale,omitempty"`
|
|
|
|
AwsAttributes *ResourceJobTaskNewClusterAwsAttributes `json:"aws_attributes,omitempty"`
|
|
|
|
AzureAttributes *ResourceJobTaskNewClusterAzureAttributes `json:"azure_attributes,omitempty"`
|
|
|
|
ClusterLogConf *ResourceJobTaskNewClusterClusterLogConf `json:"cluster_log_conf,omitempty"`
|
|
|
|
ClusterMountInfo []ResourceJobTaskNewClusterClusterMountInfo `json:"cluster_mount_info,omitempty"`
|
|
|
|
DockerImage *ResourceJobTaskNewClusterDockerImage `json:"docker_image,omitempty"`
|
|
|
|
GcpAttributes *ResourceJobTaskNewClusterGcpAttributes `json:"gcp_attributes,omitempty"`
|
|
|
|
InitScripts []ResourceJobTaskNewClusterInitScripts `json:"init_scripts,omitempty"`
|
|
|
|
WorkloadType *ResourceJobTaskNewClusterWorkloadType `json:"workload_type,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskNotebookTask struct {
|
|
|
|
BaseParameters map[string]string `json:"base_parameters,omitempty"`
|
|
|
|
NotebookPath string `json:"notebook_path"`
|
2023-03-20 16:22:55 +00:00
|
|
|
Source string `json:"source,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskPipelineTask struct {
|
|
|
|
PipelineId string `json:"pipeline_id"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskPythonWheelTask struct {
|
|
|
|
EntryPoint string `json:"entry_point,omitempty"`
|
|
|
|
NamedParameters map[string]string `json:"named_parameters,omitempty"`
|
|
|
|
PackageName string `json:"package_name,omitempty"`
|
|
|
|
Parameters []string `json:"parameters,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskSparkJarTask struct {
|
|
|
|
JarUri string `json:"jar_uri,omitempty"`
|
|
|
|
MainClassName string `json:"main_class_name,omitempty"`
|
|
|
|
Parameters []string `json:"parameters,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskSparkPythonTask struct {
|
|
|
|
Parameters []string `json:"parameters,omitempty"`
|
|
|
|
PythonFile string `json:"python_file"`
|
2023-05-23 17:33:24 +00:00
|
|
|
Source string `json:"source,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskSparkSubmitTask struct {
|
|
|
|
Parameters []string `json:"parameters,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-07-07 12:52:41 +00:00
|
|
|
type ResourceJobTaskSqlTaskAlertSubscriptions struct {
|
|
|
|
DestinationId string `json:"destination_id,omitempty"`
|
|
|
|
UserName string `json:"user_name,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobTaskSqlTaskAlert struct {
|
2023-07-07 12:52:41 +00:00
|
|
|
AlertId string `json:"alert_id"`
|
|
|
|
PauseSubscriptions bool `json:"pause_subscriptions,omitempty"`
|
|
|
|
Subscriptions []ResourceJobTaskSqlTaskAlertSubscriptions `json:"subscriptions,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskSqlTaskDashboardSubscriptions struct {
|
|
|
|
DestinationId string `json:"destination_id,omitempty"`
|
|
|
|
UserName string `json:"user_name,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskSqlTaskDashboard struct {
|
2023-07-07 12:52:41 +00:00
|
|
|
CustomSubject string `json:"custom_subject,omitempty"`
|
|
|
|
DashboardId string `json:"dashboard_id"`
|
|
|
|
PauseSubscriptions bool `json:"pause_subscriptions,omitempty"`
|
|
|
|
Subscriptions []ResourceJobTaskSqlTaskDashboardSubscriptions `json:"subscriptions,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|
|
|
|
|
2023-05-23 17:33:24 +00:00
|
|
|
type ResourceJobTaskSqlTaskFile struct {
|
|
|
|
Path string `json:"path"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobTaskSqlTaskQuery struct {
|
|
|
|
QueryId string `json:"query_id"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTaskSqlTask struct {
|
|
|
|
Parameters map[string]string `json:"parameters,omitempty"`
|
|
|
|
WarehouseId string `json:"warehouse_id,omitempty"`
|
|
|
|
Alert *ResourceJobTaskSqlTaskAlert `json:"alert,omitempty"`
|
|
|
|
Dashboard *ResourceJobTaskSqlTaskDashboard `json:"dashboard,omitempty"`
|
2023-05-23 17:33:24 +00:00
|
|
|
File *ResourceJobTaskSqlTaskFile `json:"file,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
Query *ResourceJobTaskSqlTaskQuery `json:"query,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTask struct {
|
2023-07-07 12:52:41 +00:00
|
|
|
ComputeKey string `json:"compute_key,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
Description string `json:"description,omitempty"`
|
|
|
|
ExistingClusterId string `json:"existing_cluster_id,omitempty"`
|
|
|
|
JobClusterKey string `json:"job_cluster_key,omitempty"`
|
|
|
|
MaxRetries int `json:"max_retries,omitempty"`
|
|
|
|
MinRetryIntervalMillis int `json:"min_retry_interval_millis,omitempty"`
|
|
|
|
RetryOnTimeout bool `json:"retry_on_timeout,omitempty"`
|
2023-05-23 17:33:24 +00:00
|
|
|
RunIf string `json:"run_if,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
TaskKey string `json:"task_key,omitempty"`
|
|
|
|
TimeoutSeconds int `json:"timeout_seconds,omitempty"`
|
2023-07-07 12:52:41 +00:00
|
|
|
ConditionTask *ResourceJobTaskConditionTask `json:"condition_task,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
DbtTask *ResourceJobTaskDbtTask `json:"dbt_task,omitempty"`
|
|
|
|
DependsOn []ResourceJobTaskDependsOn `json:"depends_on,omitempty"`
|
|
|
|
EmailNotifications *ResourceJobTaskEmailNotifications `json:"email_notifications,omitempty"`
|
|
|
|
Library []ResourceJobTaskLibrary `json:"library,omitempty"`
|
|
|
|
NewCluster *ResourceJobTaskNewCluster `json:"new_cluster,omitempty"`
|
|
|
|
NotebookTask *ResourceJobTaskNotebookTask `json:"notebook_task,omitempty"`
|
|
|
|
PipelineTask *ResourceJobTaskPipelineTask `json:"pipeline_task,omitempty"`
|
|
|
|
PythonWheelTask *ResourceJobTaskPythonWheelTask `json:"python_wheel_task,omitempty"`
|
|
|
|
SparkJarTask *ResourceJobTaskSparkJarTask `json:"spark_jar_task,omitempty"`
|
|
|
|
SparkPythonTask *ResourceJobTaskSparkPythonTask `json:"spark_python_task,omitempty"`
|
|
|
|
SparkSubmitTask *ResourceJobTaskSparkSubmitTask `json:"spark_submit_task,omitempty"`
|
|
|
|
SqlTask *ResourceJobTaskSqlTask `json:"sql_task,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-05-23 17:33:24 +00:00
|
|
|
type ResourceJobTriggerFileArrival struct {
|
2023-07-07 12:52:41 +00:00
|
|
|
MinTimeBetweenTriggersSeconds int `json:"min_time_between_triggers_seconds,omitempty"`
|
|
|
|
Url string `json:"url"`
|
|
|
|
WaitAfterLastChangeSeconds int `json:"wait_after_last_change_seconds,omitempty"`
|
2023-05-23 17:33:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobTrigger struct {
|
|
|
|
PauseStatus string `json:"pause_status,omitempty"`
|
|
|
|
FileArrival *ResourceJobTriggerFileArrival `json:"file_arrival,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type ResourceJobWebhookNotificationsOnFailure struct {
|
|
|
|
Id string `json:"id"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobWebhookNotificationsOnStart struct {
|
|
|
|
Id string `json:"id"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobWebhookNotificationsOnSuccess struct {
|
|
|
|
Id string `json:"id"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJobWebhookNotifications struct {
|
|
|
|
OnFailure []ResourceJobWebhookNotificationsOnFailure `json:"on_failure,omitempty"`
|
|
|
|
OnStart []ResourceJobWebhookNotificationsOnStart `json:"on_start,omitempty"`
|
|
|
|
OnSuccess []ResourceJobWebhookNotificationsOnSuccess `json:"on_success,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type ResourceJob struct {
|
|
|
|
AlwaysRunning bool `json:"always_running,omitempty"`
|
|
|
|
ExistingClusterId string `json:"existing_cluster_id,omitempty"`
|
|
|
|
Format string `json:"format,omitempty"`
|
|
|
|
Id string `json:"id,omitempty"`
|
|
|
|
MaxConcurrentRuns int `json:"max_concurrent_runs,omitempty"`
|
|
|
|
MaxRetries int `json:"max_retries,omitempty"`
|
|
|
|
MinRetryIntervalMillis int `json:"min_retry_interval_millis,omitempty"`
|
|
|
|
Name string `json:"name,omitempty"`
|
|
|
|
RetryOnTimeout bool `json:"retry_on_timeout,omitempty"`
|
|
|
|
Tags map[string]string `json:"tags,omitempty"`
|
|
|
|
TimeoutSeconds int `json:"timeout_seconds,omitempty"`
|
|
|
|
Url string `json:"url,omitempty"`
|
2023-07-07 12:52:41 +00:00
|
|
|
Compute []ResourceJobCompute `json:"compute,omitempty"`
|
2023-03-20 16:22:55 +00:00
|
|
|
Continuous *ResourceJobContinuous `json:"continuous,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
DbtTask *ResourceJobDbtTask `json:"dbt_task,omitempty"`
|
|
|
|
EmailNotifications *ResourceJobEmailNotifications `json:"email_notifications,omitempty"`
|
|
|
|
GitSource *ResourceJobGitSource `json:"git_source,omitempty"`
|
|
|
|
JobCluster []ResourceJobJobCluster `json:"job_cluster,omitempty"`
|
|
|
|
Library []ResourceJobLibrary `json:"library,omitempty"`
|
|
|
|
NewCluster *ResourceJobNewCluster `json:"new_cluster,omitempty"`
|
|
|
|
NotebookTask *ResourceJobNotebookTask `json:"notebook_task,omitempty"`
|
2023-05-23 17:33:24 +00:00
|
|
|
NotificationSettings *ResourceJobNotificationSettings `json:"notification_settings,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
PipelineTask *ResourceJobPipelineTask `json:"pipeline_task,omitempty"`
|
|
|
|
PythonWheelTask *ResourceJobPythonWheelTask `json:"python_wheel_task,omitempty"`
|
2023-05-23 17:33:24 +00:00
|
|
|
Queue *ResourceJobQueue `json:"queue,omitempty"`
|
2023-06-21 06:40:11 +00:00
|
|
|
RunAs *ResourceJobRunAs `json:"run_as,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
Schedule *ResourceJobSchedule `json:"schedule,omitempty"`
|
|
|
|
SparkJarTask *ResourceJobSparkJarTask `json:"spark_jar_task,omitempty"`
|
|
|
|
SparkPythonTask *ResourceJobSparkPythonTask `json:"spark_python_task,omitempty"`
|
|
|
|
SparkSubmitTask *ResourceJobSparkSubmitTask `json:"spark_submit_task,omitempty"`
|
|
|
|
Task []ResourceJobTask `json:"task,omitempty"`
|
2023-05-23 17:33:24 +00:00
|
|
|
Trigger *ResourceJobTrigger `json:"trigger,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
WebhookNotifications *ResourceJobWebhookNotifications `json:"webhook_notifications,omitempty"`
|
|
|
|
}
|