TranslationDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The translation details to capture the necessary settings for a translation job.
Attributes |
|
---|---|
Name | Description |
source_target_mapping |
MutableSequence[google.cloud.bigquery_migration_v2.types.SourceTargetMapping]
The mapping from source to target SQL. |
target_base_uri |
str
The base URI for all writes to persistent storage. |
source_environment |
google.cloud.bigquery_migration_v2.types.SourceEnvironment
The default source environment values for the translation. |
target_return_literals |
MutableSequence[str]
The list of literal targets that will be directly returned to the response. Each entry consists of the constructed path, EXCLUDING the base path. Not providing a target_base_uri will prevent writing to persistent storage. |
target_types |
MutableSequence[str]
The types of output to generate, e.g. sql, metadata, lineage_from_sql_scripts, etc. If not specified, a default set of targets will be generated. Some additional target types may be slower to generate. See the documentation for the set of available target types. |