TeradataImportCommand Class
Teradata import command settings.
Constructor
TeradataImportCommand(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
additional_format_options
|
Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" }. |
|
type
|
The import setting type. Required. Default value is "TeradataImportCommand". |
Attributes
additional_format_options
Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" }.
additional_format_options: Any | None
type
The import setting type. Required. Default value is "TeradataImportCommand".
type: Literal['TeradataImportCommand']