Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::Repository::WorkspaceCompilationOverrides.
Configures workspace compilation overrides for a repository.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#default_database
def default_database() -> ::String
Returns
- (::String) — Optional. The default database (Google Cloud project ID).
#default_database=
def default_database=(value) -> ::String
Parameter
- value (::String) — Optional. The default database (Google Cloud project ID).
Returns
- (::String) — Optional. The default database (Google Cloud project ID).
#schema_suffix
def schema_suffix() -> ::String
Returns
- (::String) — Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
#schema_suffix=
def schema_suffix=(value) -> ::String
Parameter
- value (::String) — Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
Returns
- (::String) — Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
#table_prefix
def table_prefix() -> ::String
Returns
- (::String) — Optional. The prefix that should be prepended to all table names.
#table_prefix=
def table_prefix=(value) -> ::String
Parameter
- value (::String) — Optional. The prefix that should be prepended to all table names.
Returns
- (::String) — Optional. The prefix that should be prepended to all table names.