Index
BteqOptions
(message)DatasetReference
(message)Filter
(message)IdentifierSettings
(message)IdentifierSettings.IdentifierCase
(enum)IdentifierSettings.IdentifierRewriteMode
(enum)TeradataOptions
(message)TranslationFileMapping
(message)TranslationTaskDetails
(message)TranslationTaskDetails.FileEncoding
(enum)TranslationTaskDetails.TokenType
(enum)
BteqOptions
BTEQ translation task related settings.
Fields | |
---|---|
project_dataset |
Specifies the project and dataset in BigQuery that will be used for external table creation during the translation. |
default_path_uri |
The Cloud Storage location to be used as the default path for files that are not otherwise specified in the file replacement map. |
file_replacement_map |
Maps the local paths that are used in BTEQ scripts (the keys) to the paths in Cloud Storage that should be used in their stead in the translation (the value). |
DatasetReference
Fields | |
---|---|
dataset_id |
Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters. |
project_id |
Optional. The ID of the project containing this dataset. |
Filter
The filter applied to fields of translation details.
Fields | |
---|---|
input_file_exclusion_prefixes[] |
The list of prefixes used to exclude processing for input files. |
IdentifierSettings
Settings related to SQL identifiers.
Fields | |
---|---|
output_identifier_case |
The setting to control output queries' identifier case. |
identifier_rewrite_mode |
Specifies the rewrite mode for SQL identifiers. |
IdentifierCase
The identifier case type.
Enums | |
---|---|
IDENTIFIER_CASE_UNSPECIFIED |
The identifier case is not specified. |
ORIGINAL |
Identifiers' cases will be kept as the original cases. |
UPPER |
Identifiers will be in upper cases. |
LOWER |
Identifiers will be in lower cases. |
IdentifierRewriteMode
The SQL identifier rewrite mode.
Enums | |
---|---|
IDENTIFIER_REWRITE_MODE_UNSPECIFIED |
SQL Identifier rewrite mode is unspecified. |
NONE |
SQL identifiers won't be rewrite. |
REWRITE_ALL |
All SQL identifiers will be rewrite. |
TeradataOptions
Terad