Class BigQuerySchemaModification (3.18.0)

BigQuerySchemaModification(value)

Attributes evaluated to determine if a schema has been modified. New values may be added at a later time.

Enums

Name Description
SCHEMA_MODIFICATION_UNSPECIFIED Unused
SCHEMA_NEW_COLUMNS Profiles should be regenerated when new columns are added to the table. Default.
SCHEMA_REMOVED_COLUMNS Profiles should be regenerated when columns are removed from the table.