Workflow Template Job Presto Job
data class WorkflowTemplateJobPrestoJob(val clientTags: List<String>? = null, val continueOnFailure: Boolean? = null, val loggingConfig: WorkflowTemplateJobPrestoJobLoggingConfig? = null, val outputFormat: String? = null, val properties: Map<String, String>? = null, val queryFileUri: String? = null, val queryList: WorkflowTemplateJobPrestoJobQueryList? = null)
Constructors
Link copied to clipboard
fun WorkflowTemplateJobPrestoJob(clientTags: List<String>? = null, continueOnFailure: Boolean? = null, loggingConfig: WorkflowTemplateJobPrestoJobLoggingConfig? = null, outputFormat: String? = null, properties: Map<String, String>? = null, queryFileUri: String? = null, queryList: WorkflowTemplateJobPrestoJobQueryList? = null)