Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2025 09:28 AM
@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
...
;