Adding node overlays to execution plans (#1451)

* Adding node overlays to execution plans

* Adding critical warnings and parallelism

* adding critical warning, badge type enum

* Renaming badge type class

* Adding explicit values to Badge Type
This commit is contained in:
Aasim Khan
2022-04-08 15:20:54 -07:00
committed by GitHub
parent 1ce3647565
commit 454e4a4671
7 changed files with 104 additions and 2 deletions

View File

@@ -5993,6 +5993,16 @@ The Query Processor estimates that implementing the following index could improv
<target state="new">New Clause</target>
<note></note>
</trans-unit>
<trans-unit id="WarningOverlayTooltip">
<source>Warnings</source>
<target state="new">Warnings</target>
<note>tooltip text for node warning overlay</note>
</trans-unit>
<trans-unit id="ParallelismOverlayTooltip">
<source>Parallel Execution</source>
<target state="new">Parallel Execution</target>
<note>tooltip text for node parallelism overlay</note>
</trans-unit>
</body>
</file>
</xliff>