Hello Community.
I have a vendor who shared their data through Snowflake Data Sharing. We added it as a data source and scanned the source to add the objects into my Data Catalog. I even have a sccheduled job that scans this source everyday (end of day) for sample profiling.
Today, we had an issue that 10 of the tables that were previously present in the shared data source, were dropped, two new tables created, and some of the tables, have new fields added, existing fields removed, some fields renamed.
This source is about 300 tables, but some of the tables ahve about 700+ fields. So, I would like to know best way for me to get a report/alert/notification on
- any new tables added to the source
- any existing tables dropped
- any existing table modified with new fields added
- any existing table modified with existing fields dropped/removed.
What is the best way to accomplish this?
For the dropped tables that previously existed, my end of day profile job is showing error in the DPM (because the table exists in my data dictionary, it tried to profile the table and found that table is missing). May be I can somehow capture that error from DPM on the profile job error on those tables. But how about new additions, how about field changes?
Appreciate your inputs!!