Class: Google::Cloud::Bigquery::Migration::V2::SourceEnv
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::SourceEnv
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb
Overview
Represents the default source environment values for the translation.
Instance Attribute Summary collapse
-
#default_database ⇒ ::String
The default database name to fully qualify SQL objects when their database name is missing.
-
#metadata_store_dataset ⇒ ::String
Optional.
-
#schema_search_path ⇒ ::Array<::String>
The schema search path.
Instance Attribute Details
#default_database ⇒ ::String
Returns The default database name to fully qualify SQL objects when their database name is missing.
347 348 349 350 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 347 class SourceEnv include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata_store_dataset ⇒ ::String
Returns Optional. Expects a valid BigQuery dataset ID that exists, e.g., project-123.metadata_store_123. If specified, translation will search and read the required schema information from a metadata store in this dataset. If metadata store doesn't exist, translation will parse the metadata file and upload the schema info to a temp table in the dataset to speed up future translation jobs.
347 348 349 350 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 347 class SourceEnv include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema_search_path ⇒ ::Array<::String>
Returns The schema search path. When SQL objects are missing schema name, translation engine will search through this list to find the value.
347 348 349 350 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 347 class SourceEnv include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |