diff --git a/ASJobGraphEvents/README.md b/ASJobGraphEvents/README.md index f8a41a2..20b3fce 100644 --- a/ASJobGraphEvents/README.md +++ b/ASJobGraphEvents/README.md @@ -2,6 +2,11 @@ Job Graph events can be used to identify bottlenecks in data refreshes by highlighting the critical path. For instances of Analysis Services not running on-premise, the graph is broken into 16 Kb chunks, each in their own event. The events can be reassembled with this script. +## Requirements + +* Python 3.8 or later +* Visual Studio + ## Usage 1. Start a trace in SQL Server Profiler and select "Job Graph Events". diff --git a/README.md b/README.md index 25fe7e2..8e8838b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ BISM Normalizer is a schema diff tool for tabular models ## [UsqlScripts](https://github.com/Microsoft/Analysis-Services/tree/master/UsqlScripts) Sample U-SQL scripts that demonstrate how to process a TPC-DS data set in Azure Data Lake. +## [ASJobGraph](https://github.com/Microsoft/Analysis-Services/tree/master/ASJobGraphEvents) +Python script to reassemble job graph events from Anlysis Services. + ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).