Databricks Variant Data Type

RobsonNLPT
Contributor III

Hi

I've tried to enabled a table to test the new variant data type (public preview)

I used the alter cmd:

 

ALTER TABLE tablexxxx SET TBLPROPERTIES('delta.feature.variantType-preview' = 'supported')
and I have the error
[DELTA_UNSUPPORTED_FEATURES_IN_CONFIG] Table feature(s) configured in the following Spark configs or Delta table properties are not recognized by this version of Databricks: delta.feature.varianttype-preview.
 
Any help?