You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Yes](#register)|[Yes](#scan)|[Yes](#scan)|[Yes](#scan)|[Yes](#scan)| No |[Yes](#lineage)**|
19
+
|[Yes](#register)|[Yes](#scan)|[Yes](#scan)|[Yes](#scan)|[Yes](#scan)| No |[Yes](#lineage)(Preview)**|
20
20
21
21
\** Lineage is also supported if dataset is used as a source/sink in [Data Factory Copy activity](how-to-link-azure-data-factory.md)
22
22
@@ -25,7 +25,7 @@ This article outlines the process to register an Azure SQL data source in Azure
25
25
### Known limitations
26
26
27
27
* Azure Purview doesn't support over 300 columns in the Schema tab and it will show "Additional-Columns-Truncated" if there are more than 300 columns.
28
-
* Column level lineage is currently not supported
28
+
* Column level lineage is currently not supported in the lineage tab. However, the columnMapping attribute in properties tab of Azure SQL Stored Procedure Run captures column lineage in plain text.
29
29
* Stored procedures with dynamic SQL, running from remote data integration tools like Azure Data Factory is currently not supported
30
30
* Data lineage extraction is currently not supported for Functions, Triggers.
31
31
* Lineage extraction scan is scheduled and defaulted to run every six hours. Frequency cant be changed
@@ -403,6 +403,7 @@ You can [browse data catalog](how-to-browse-catalog.md) or [search data catalog]
403
403
404
404
* If no lineage is captured after a successful **Lineage extraction** run, it is possible that no stored procedures have run at least once since the scan is set up.
405
405
* Lineage is captured for stored procedure runs that happened after a successful scan is setup. Lineage from past Stored procedure runs are not captured.
406
+
* If your database is processing heavy workloads with lots of stored procedure runs, lineage extraction will filter only the most recent runs. Stored procedure runs early in the 6 hour window or the run instances that creates heavy query load will not be extracted. Contact support if you are missing lineage from any stored procedure runs.
0 commit comments