HI @hkmodi ,
Basically, as @daniel_sahal said, bronze layer should reflect the source system. The silver layer is dedicated for deduplication/cleaning/enrichment of dataset. If you still need to deduplicate at bronze layer you have 2 options:
- use merge statement (but you said that you cannot use merge)
- after bronze table is loaded, run process that will deduplicate table (I don't like this approach ;))