View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskNotebookTaskConfig (google_api_dataplex v0.14.1)
Config for running scheduled notebooks.
Attributes
-
archiveUris
(type:list(String.t)
, default:nil
) - 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. -
fileUris
(type:list(String.t)
, default:nil
) - Optional. Cloud Storage URIs of files to be placed in the working directory of each executor. -
infrastructureSpec
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpec.t
, default:nil
) - Optional. Infrastructure specification for the execution. -
notebook
(type:String.t
, default:nil
) - Required. 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).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskNotebookTaskConfig{ archiveUris: [String.t()] | nil, fileUris: [String.t()] | nil, infrastructureSpec: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpec.t() | nil, notebook: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.