Class WorkspaceCompilationOverrides (0.5.9)

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

Configures workspace compilation overrides for a repository. Primarily used by the UI (console.cloud.google.com). schema_suffix and table_prefix can have a special expression

Attributes

NameDescription
default_database str
Optional. The default database (Google Cloud project ID).
schema_suffix str
Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
table_prefix str
Optional. The prefix that should be prepended to all table names.