Hello Aleksandra Stan,
Thanks for your question.
To check delete operations, go to Azure Storage Account > Monitoring > Activity log and check for any delete operations related to the container. If logging isn’t enabled, you may need to enab;e Azure Storage Diagnostics to capture future events.
That's the best way to capture Azure operations.
Per your code, maybe temporarily remove the .mode("overwrite") and write to a new path instead of silver_table_path to confirm that this operation doesn’t affect the source folder.
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola