Class TranslationConfigDetails (0.11.10)

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

The translation config to capture necessary settings for a translation task and subtask.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
gcs_source_path str
The Cloud Storage path for a directory of files to translate in a task. This field is a member of oneof_ source_location.
gcs_target_path str
The Cloud Storage path to write back the corresponding input files to. This field is a member of oneof_ target_location.
name_mapping_list google.cloud.bigquery_migration_v2.types.ObjectNameMappingList
The mapping of objects to their desired output names in list form. This field is a member of oneof_ output_name_mapping.
source_dialect google.cloud.bigquery_migration_v2.types.Dialect
The dialect of the input files.
target_dialect google.cloud.bigquery_migration_v2.types.Dialect
The target dialect for the engine to translate the input to.
source_env google.cloud.bigquery_migration_v2.types.SourceEnv
The default source environment values for the translation.
request_source str
The indicator to show translation request initiator.
target_types MutableSequence[str]
The types of output to generate, e.g. sql, metadata 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.