The lakectl metastore create-symlink takes table data stored in lakeFS, and creates a Symlink type table pointing at the data in order for it to be queryable in Athena.
Right now, every time you run the command - it will write the table all over again.
After creating the table for the first time, new partitions may be created in my table. Allow me to run the command again only on specific partitions, to add those partitions to the existing table.
The
lakectl metastore create-symlink
takes table data stored in lakeFS, and creates a Symlink type table pointing at the data in order for it to be queryable in Athena.Right now, every time you run the command - it will write the table all over again.
After creating the table for the first time, new partitions may be created in my table. Allow me to run the command again only on specific partitions, to add those partitions to the existing table.