Skip to content

Commit d499965

Browse files
committed
sql provenance
1 parent 8a9ce38 commit d499965

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/purview/register-scan-azure-sql-database.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article outlines the process to register an Azure SQL data source in Azure
1616

1717
|**Metadata Extraction**| **Full Scan** |**Incremental Scan**|**Scoped Scan**|**Classification**|**Access Policy**|**Lineage**|
1818
|---|---|---|---|---|---|---|
19-
| [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)** |
2020

2121
\** Lineage is also supported if dataset is used as a source/sink in [Data Factory Copy activity](how-to-link-azure-data-factory.md)
2222

@@ -25,7 +25,7 @@ This article outlines the process to register an Azure SQL data source in Azure
2525
### Known limitations
2626

2727
* 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.
2929
* Stored procedures with dynamic SQL, running from remote data integration tools like Azure Data Factory is currently not supported
3030
* Data lineage extraction is currently not supported for Functions, Triggers.
3131
* 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]
403403
404404
* 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.
405405
* 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.
406407
407408
408409
## Next steps

0 commit comments

Comments
 (0)