Class TranslationConfigDetails (0.6.0)

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

NameDescription
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.
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.
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_env google.cloud.bigquery_migration_v2.types.SourceEnv
The default source environment values for the translation.