Skip to content

Commit 9fa4306

Browse files
authored
[Monitor Query] Improve large query notebook sample (#32334)
Add additional info and code about processing chunks of queried data on the fly. Also added error checking in the batching functions. Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
1 parent dd994c8 commit 9fa4306

File tree

2 files changed

+153
-45
lines changed

2 files changed

+153
-45
lines changed

.vscode/cspell.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,9 @@
929929
"ctxt",
930930
"wday",
931931
"percentilesw",
932-
"plotly"
932+
"plotly",
933+
"nbformat",
934+
"nbconvert"
933935
]
934936
},
935937
{

0 commit comments

Comments
 (0)