Class DataPreparation (0.8.0)

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

Defines a compiled Data Preparation entity

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
contents_yaml str
The data preparation definition, stored as a YAML string. This field is a member of oneof_ definition.
contents_sql google.cloud.dataform_v1beta1.types.CompilationResultAction.DataPreparation.SqlDefinition
SQL definition for a Data Preparation. Contains a SQL query and additional context information. This field is a member of oneof_ definition.
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).
tags MutableSequence[str]
Arbitrary, user-defined tags on this action.

Classes

ErrorTable

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

Error table information, used to write error data into a BigQuery table.

SqlDefinition

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

Definition of a SQL Data Preparation