Class SqlTranslationErrorType (0.13.0)

SqlTranslationErrorType(value)

The error type of the SQL translation job.

Enums

Name Description
SQL_TRANSLATION_ERROR_TYPE_UNSPECIFIED SqlTranslationErrorType not specified.
SQL_PARSE_ERROR Failed to parse the input text as a SQL query.
UNSUPPORTED_SQL_FUNCTION Found unsupported functions in the input SQL query that are not able to translate.