@@ -519,10 +519,10 @@ type SparkSubmitTask struct {
519519
520520// PythonWheelTask contains the information for python wheel jobs
521521type PythonWheelTask struct {
522- EntryPoint string `json:"entry_point,omitempty"`
523- PackageName string `json:"package_name,omitempty"`
524- Parameters []string `json:"parameters,omitempty"`
525- NamedParameters map [string ]string `json:"named_parameters,omitempty"`
522+ EntryPoint string `json:"entry_point,omitempty"`
523+ PackageName string `json:"package_name,omitempty"`
524+ Parameters []string `json:"parameters,omitempty"`
525+ NamedParameters map [string ]string `json:"named_parameters,omitempty"`
526526}
527527
528528// PipelineTask contains the information for pipeline jobs
@@ -562,7 +562,7 @@ type JobTaskSettings struct {
562562 SparkPythonTask * SparkPythonTask `json:"spark_python_task,omitempty" tf:"group:task_type"`
563563 SparkSubmitTask * SparkSubmitTask `json:"spark_submit_task,omitempty" tf:"group:task_type"`
564564 PipelineTask * PipelineTask `json:"pipeline_task,omitempty" tf:"group:task_type"`
565- PythonWheelTask * PythonWheelTask `json:"python_wheel_task,omitempty" tf:"group:task_type"`
565+ PythonWheelTask * PythonWheelTask `json:"python_wheel_task,omitempty" tf:"group:task_type"`
566566 EmailNotifications * EmailNotifications `json:"email_notifications,omitempty" tf:"suppress_diff"`
567567 TimeoutSeconds int32 `json:"timeout_seconds,omitempty"`
568568 MaxRetries int32 `json:"max_retries,omitempty"`
@@ -583,7 +583,7 @@ type JobSettings struct {
583583 SparkSubmitTask * SparkSubmitTask `json:"spark_submit_task,omitempty" tf:"group:task_type"`
584584 PipelineTask * PipelineTask `json:"pipeline_task,omitempty" tf:"group:task_type"`
585585 PythonWheelTask * PythonWheelTask `json:"python_wheel_task,omitempty" tf:"group:task_type"`
586- Libraries []Library `json:"libraries,omitempty" tf:"slice_set,alias:library"`
586+ Libraries []Library `json:"libraries,omitempty" tf:"slice_set,alias:library"`
587587 TimeoutSeconds int32 `json:"timeout_seconds,omitempty"`
588588 MaxRetries int32 `json:"max_retries,omitempty"`
589589 MinRetryIntervalMillis int32 `json:"min_retry_interval_millis,omitempty"`
0 commit comments