Class: Google::Cloud::Dataform::V1::Repository::WorkspaceCompilationOverrides
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::Repository::WorkspaceCompilationOverrides
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
Configures workspace compilation overrides for a repository.
Instance Attribute Summary collapse
-
#default_database ⇒ ::String
Optional.
-
#schema_suffix ⇒ ::String
Optional.
-
#table_prefix ⇒ ::String
Optional.
Instance Attribute Details
#default_database ⇒ ::String
Returns Optional. The default database (Google Cloud project ID).
156 157 158 159 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 156 class WorkspaceCompilationOverrides include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema_suffix ⇒ ::String
Returns Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
156 157 158 159 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 156 class WorkspaceCompilationOverrides include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_prefix ⇒ ::String
Returns Optional. The prefix that should be prepended to all table names.
156 157 158 159 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 156 class WorkspaceCompilationOverrides include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |