Partitioning
Last updated
Last updated
Read the source table metadata to find its partitioning information.
Remove the partitioning information from the target table, leaving distribution and other table options in place.
Generate target paritioning to match the source. If source and target are of a different type, we will translate the partitioning info if possible.
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.
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.