GoogleCloudDataplexV1TaskNotebookTaskConfigResponse

data class GoogleCloudDataplexV1TaskNotebookTaskConfigResponse(val archiveUris: List<String>, val fileUris: List<String>, val infrastructureSpec: GoogleCloudDataplexV1TaskInfrastructureSpecResponse, val notebook: String)

Config for running scheduled notebooks.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.

Link copied to clipboard

Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.

Link copied to clipboard

Optional. Infrastructure specification for the execution.

Link copied to clipboard

Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).