sqlmesh
sqlmesh copied to clipboard
Prevent the forward-only categorization of changes that require the creation of a new physical table
Currently there are no limitations on what can be changed as part of the forward-only plan / model. This includes model attributes that might require the creation of a new physical table or more advanced ALTER TABLE statements that are currently not supported as part of the table migration process. Some of such attributes include:
- storage_format
- table_properties
- default_catalog
We should make sure that changes to these properties can't be categorized as forward-only.