Class: Google::Cloud::Dataplex::V1::Task::NotebookTaskConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Task::NotebookTaskConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/tasks.rb
Overview
Config for running scheduled notebooks.
Instance Attribute Summary collapse
-
#archive_uris ⇒ ::Array<::String>
Optional.
-
#file_uris ⇒ ::Array<::String>
Optional.
-
#infrastructure_spec ⇒ ::Google::Cloud::Dataplex::V1::Task::InfrastructureSpec
Optional.
-
#notebook ⇒ ::String
Required.
Instance Attribute Details
#archive_uris ⇒ ::Array<::String>
Returns 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.
308 309 310 311 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 308 class NotebookTaskConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_uris ⇒ ::Array<::String>
Returns Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
308 309 310 311 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 308 class NotebookTaskConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#infrastructure_spec ⇒ ::Google::Cloud::Dataplex::V1::Task::InfrastructureSpec
Returns Optional. Infrastructure specification for the execution.
308 309 310 311 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 308 class NotebookTaskConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notebook ⇒ ::String
Returns 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
).
308 309 310 311 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 308 class NotebookTaskConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |