daniel_sahal
Databricks MVP

@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 TABLE

then you should switch to 

CREATE OR REFRESH STREAMING TABLE

to ingest only incremental data