IdleGuys
New Contributor II

@wt-asw I ran into the same problem, I have provided the table properties at the table declaration as below. Hope this helps! 

 

CREATE OR REFRESH LIVE TABLE silver_table_name_mv
TBLPROPERTIES ('delta.feature.timestampNtz' = 'supported')

AS 

SELECT
...
;