File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,16 @@ hide:
101101 The `TS_SHARING_ACCESS` table previously did not identify __column level security__{ .fc-purple }, even if you
102102 used the `--include-column-access` option on the CLI. Whoops! :disappointed_relieved:
103103
104- __In order to accept the new data type, you can choose to issue a `DROP TABLE TS_SHARING_ACCESS` and allow __CS
105- Tools__ to recreate it, or you can issue an `ALTER TABLE ADD COLUMN share_type VARCHAR` command.__{ .fc-red }
104+ __In order to accept the new data type, you can choose to issue a `DROP TABLE TS_SHARING_ACCESS` and allow CS
105+ Tools to recreate it, or you can issue an `ALTER TABLE ADD COLUMN share_type VARCHAR` command.__{ .fc-red }
106+
107+ The `TS_METADATA_OBJECT` incorrectly declares optionality on the `TS_METADATA_OBJECT`. Not all objects are
108+ candidates to have Spotter enabled on them, and this column needs to hold `TRUE | FALSE | NULL` in order to
109+ accurately express that semantic.
110+
111+ __In order to accept the change in optionality, you can choose to issue a `DROP TABLE TS_METADATA_OBJECT` and
112+ allow CS Tools to recreate it, or you can issue an `ALTER TABLE TS_METADATA_OBJECT ALTER COLUMN is_sage_enabled
113+ SET NOT NULL` command.__{ .fc-red }
106114
107115 === "`cs_tools tools scriptability`"
108116 This tool allows you to handle TML in bulk (exports and imports), while also encouraging strong CI/CD workflows.
You can’t perform that action at this time.
0 commit comments