Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2025 05:27 AM
goal: implement event driven architecture without trigger on file arrival
I would like to know whether materialzied view can update itself when its source table which is external table updated.
given that the source external table referencing data in delta format on S3 with this delta.
enableChangeDataFeed= true
delta.enableRowTracking = true
delta.enableDeletionVectors = true
and i configure the materialized view to trigger on update