Skip to content

Commit 6b92402

Browse files
committed
Add ingestion exception log
1 parent 399b166 commit 6b92402

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/purview/how-to-monitor-data-map-population.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,21 @@ You can click the **run ID** to check more about the scan run details:
9191

9292
- **Duration**: The ingestion duration and the start/end time.
9393

94+
## View the exception log (Preview)
95+
96+
When some assets or relationship fail to ingest into data map during scan, e.g. ingestion status ends up as partially completed, you can see a "**Download log**" button in the [scan run details](#scan-run-details) panel. It provides exception log files which capture the details of the failures.
97+
98+
The following table shows the schema of a log file.
99+
100+
| Column | Description |
101+
| ------ | ----------- |
102+
| TimeStamp | The UTC timestamp when the ingestion operation happens.|
103+
| ErrorCode | Error code of the exception. |
104+
| OperationItem | Identifier for the failed asset/relationship, usually using the fully qualified name. |
105+
| Message | More information on which asset/relationship failed to ingest due to what reason. In case of resource set ingestion failure, it may apply to multiple assets matching the same naming pattern, and the message includes the impacted count. |
106+
107+
Currently, the exception log doesn't include failures happened during scan phase (metadata discovery). It will be added later.
108+
94109
## Monitor links
95110

96111
You can connect other services with Microsoft Purview to establish a "link", which will make the metadata and lineage of that service's assets available to Microsoft Purview. Currently, link is supported for [Azure Data Factory](how-to-link-azure-data-factory.md) and [Azure Synapse Analytics](how-to-lineage-azure-synapse-analytics.md).

0 commit comments

Comments
 (0)