I have a delta table – table1. Files are stored in the azure delta lake.
It’s an existing table and need to add the partition.
Is it possible to alter existing table or do I have to copy files and create a new one?
- DEEP clone delta files
- CREATE a new delta table with a partitioning
Thanks in advance