Class BigQuerySchemaModification (3.14.0)

BigQuerySchemaModification(value)

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

Values: SCHEMA_MODIFICATION_UNSPECIFIED (0): Unused SCHEMA_NEW_COLUMNS (1): Profiles should be regenerated when new columns are added to the table. Default. SCHEMA_REMOVED_COLUMNS (2): Profiles should be regenerated when columns are removed from the table.