added link in readme.md
This commit is contained in:
parent
009d58bd45
commit
4922a6ae76
@ -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".
|
||||
|
@ -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/).
|
||||
|
Loading…
Reference in New Issue
Block a user