Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 01:07 AM
@Devsql
Could you share a code snippet that you're using to ingest the data to silver layer?
If you're doing
CREATE OR REPLACE STREAMING TABLEthen you should switch to
CREATE OR REFRESH STREAMING TABLEto ingest only incremental data