TranslateQueryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request of translating a SQL query to Standard SQL.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The name of the project to which this translation request belongs. Example: projects/foo/locations/bar
|
source_dialect |
google.cloud.bigquery_migration_v2alpha.types.TranslateQueryRequest.SqlTranslationSourceDialect
Required. The source SQL dialect of queries .
|
query |
str
Required. The query to be translated. |
Classes
SqlTranslationSourceDialect
SqlTranslationSourceDialect(value)
Supported SQL translation source dialects.