NotebookTaskConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Config for running scheduled notebooks.
Attributes |
|
---|---|
Name | Description |
notebook |
str
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 ).
|
infrastructure_spec |
google.cloud.dataplex_v1.types.Task.InfrastructureSpec
Optional. Infrastructure specification for the execution. |
file_uris |
MutableSequence[str]
Optional. Cloud Storage URIs of files to be placed in the working directory of each executor. |
archive_uris |
MutableSequence[str]
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. |