SapTablePartitionSettings Class
The settings that will be leveraged for SAP table source partitioning.
- Inheritance
-
SapTablePartitionSettings
Constructor
SapTablePartitionSettings(*, partition_column_name: Optional[Any] = None, partition_upper_bound: Optional[Any] = None, partition_lower_bound: Optional[Any] = None, max_partitions_number: Optional[Any] = None, **kwargs)
Variables
- partition_column_name
- any
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_upper_bound
- any
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
- any
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- max_partitions_number
- any
The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
Feedback
Submit and view feedback for