Partitioning
Fetch source
Read the source table metadata to find its partitioning information.
No partitioning
Remove the partitioning information from the target table, leaving distribution and other table options in place.
Match source
Generate target paritioning to match the source. If source and target are of a different type, we will translate the partitioning info if possible.
Monthly
You can collapse source partitions into less granular ones. For example, if you have daily partitions, this option will generate monthly target partitions based on the source ranges.
Yearly
You can collapse source partitions into less granular ones. For example, if you have daily partitions, this option will generate yearly target partitions based on the source ranges.
Last updated