TeradataPartitionSettings Class
The settings that will be leveraged for teradata source partitioning.
Constructor
TeradataPartitionSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
partition_column_name
|
The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string). |
|
partition_upper_bound
|
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
|
partition_lower_bound
|
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
Attributes
partition_column_name
The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
partition_column_name: Any | None
partition_lower_bound
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partition_lower_bound: Any | None
partition_upper_bound
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partition_upper_bound: Any | None