Change data partitions
This Control table is supported in the following cases:
- When the landing task in your data pipeline uses an Amazon S3 (for Qlik Cloud) target
- All tasks replicating to cloud storage
The attrep_cdc_partitions table contains records of partitions created on the target database. You can use this information to identify partitioned data that needs to be further processed.
Column | Type | Description |
---|---|---|
SERVER_NAME |
STRING |
The name of the machine on which the Qlik replication server is installed. |
TASK_NAME |
STRING |
The name of the data task. |
PARTITION_NAME |
STRING |
The partition name consists of the partition start and end time. Example: 20170313T123000_20170313T170000 |
PARTITION_START_TIME |
TIMESTAMP |
When the partition was opened: Example: 2017-03-13 12:30:00.000 |
TIMESTAMP |
When the partition was closed: Example: 2017-03-13 17:00:00.000 |
|
TABLE_OWNER |
STRING |
The table schema or owner. |
TABLE_NAME |
STRING |
The table name. |