In Microsoft Purview, scanning of Azure SQL Database primarily focuses on cataloging tables, views, and columns by default. However, when it comes to stored procedures, Purview does not natively catalog or scan stored procedures directly for lineage as it does with tables and columns. Stored procedures are considered operational logic, and currently, Microsoft Purview’s scanning capabilities do not support them out of the box.
Key Points:
1. Stored Procedure Cataloging:
• As of now, Microsoft Purview does not natively support cataloging stored procedures from databases like Azure SQL or generating lineage for them directly. It focuses more on the metadata of tables, views, columns, and files for generating lineage.
2. Lineage Generation:
• Purview is designed to generate lineage based on the relationships between datasets, which means it tracks how data flows between tables, files, and other data assets. Since stored procedures
If my answer is helpful to you, you can adopt it, thank you!