Unity Catalog "this table is deprecated" Functionality

Eric_Kieft
New Contributor III

We found a post on LinkedIn that revealed if "this table is deprecated" is added to a table comment, the table will appear with a strikethrough in notebooks and SQL editor windows.  Is this functionality GA?  Is there any documentation on the use of this or other similar phrases?

arpit
Databricks Employee
Databricks Employee

@Eric_Kieft Yes, this is GA, you can use the COMMENT ON with the phrase "This table is deprecated."

Eric_Kieft
New Contributor III

Thanks, @arpit! Is there any documentation on this feature?