Class TranslateQueryResponse (0.11.7)

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

The response of translating a SQL query to Standard SQL.

Attributes

NameDescription
translation_job str
Output only. Immutable. The unique identifier for the SQL translation job. Example: projects/123/locations/us/translation/1234
translated_query str
The translated result. This will be empty if the translation fails.
errors MutableSequence[google.cloud.bigquery_migration_v2alpha.types.SqlTranslationError]
The list of errors encountered during the translation, if present.
warnings MutableSequence[google.cloud.bigquery_migration_v2alpha.types.SqlTranslationWarning]
The list of warnings encountered during the translation, if present, indicates non-semantically correct translation.