sqlmesh icon indicating copy to clipboard operation
sqlmesh copied to clipboard

Prevent the forward-only categorization of changes that require the creation of a new physical table

Open izeigerman opened this issue 2 years ago • 0 comments

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.

izeigerman avatar Jan 10 '24 21:01 izeigerman