Class Notebook (0.8.0)

Notebook(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a notebook.

Attributes

Name Description
dependency_targets MutableSequence[google.cloud.dataform_v1beta1.types.Target]
A list of actions that this action depends on.
disabled bool
Whether this action is disabled (i.e. should not be run).
contents str
The contents of the notebook.
tags MutableSequence[str]
Arbitrary, user-defined tags on this action.