Class DataPreparationAction (0.8.0)

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

Represents a workflow action that will run a Data Preparation.

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
Output only. YAML representing the contents of the data preparation. Can be used to show the customer what the input was to their workflow. This field is a member of oneof_ definition.
contents_sql google.cloud.dataform_v1.types.WorkflowInvocationAction.DataPreparationAction.ActionSqlDefinition
SQL definition for a Data Preparation. Contains a SQL query and additional context information. This field is a member of oneof_ definition.
generated_sql str
Output only. The generated BigQuery SQL script that will be executed. For reference only.
job_id str
Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.

Classes

ActionErrorTable

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

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

ActionIncrementalLoadMode

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

Load definition for incremental load modes

ActionLoadConfig

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

Simplified load configuration for actions

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

ActionSimpleLoadMode

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

Simple load definition

ActionSqlDefinition

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

Definition of a SQL Data Preparation