An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi @HR
Welcome to Microsoft Q&A platform and thanks for posting your question here.
when you scan a subset of views from 1 schema to a collection in Microsoft Purview, views that have been added to a different collection using the same schema are removed because the scan is configured to only scan the selected views for that specific collection. This means that if you have the same views in multiple collections, and you scan a subset of those views for one collection, the views that are not included in that subset will be removed from that collection.
To avoid this issue and ensure that the views are not removed from either collection, you can create separate scans for each collection and configure each scan to scan only the required views. By doing so, you can ensure that each scan is only scanning the views that are required for that specific collection, and the views that are not included in the scan will not be removed from that collection.
By creating separate scans for each collection, you can optimize the scan performance by scanning only the required views for each collection. This can help reduce the time and resources required for the scan.
Reference
https://learn.microsoft.com/en-us/purview/how-to-create-and-manage-collections
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.