You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to make the scripts and code that adds a table to a Sleeper instance idempotent. We should be able to use this to either add a new table, or update a table's configuration.
We should be able to point the script to a table configuration in the local file system.
This could also be used when deploying an existing instance.
Analysis
We'd need to decide what should happen if the split points are still set in the table properties when the table already exists. Presumably this should be ignored.
The text was updated successfully, but these errors were encountered:
Background
Split from:
Description
We'd like to make the scripts and code that adds a table to a Sleeper instance idempotent. We should be able to use this to either add a new table, or update a table's configuration.
We should be able to point the script to a table configuration in the local file system.
This could also be used when deploying an existing instance.
Analysis
We'd need to decide what should happen if the split points are still set in the table properties when the table already exists. Presumably this should be ignored.
The text was updated successfully, but these errors were encountered: