Commit 79ad92c
authored
Do not load too many events (#1484)
## Changes
While preloading updates in order to generate datasets and their
schemas,
it's possible to be stuck for a while in the loading (e.g. in the case
of continuous pipelines with a lot of events).
## Tests
<!-- How is this tested? -->1 parent 8a19a41 commit 79ad92c
File tree
1 file changed
+7
-2
lines changed- packages/databricks-vscode/src/bundle
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
| 308 | + | |
306 | 309 | | |
307 | 310 | | |
308 | 311 | | |
309 | 312 | | |
310 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
311 | 318 | | |
312 | 319 | | |
313 | 320 | | |
| |||
358 | 365 | | |
359 | 366 | | |
360 | 367 | | |
361 | | - | |
362 | | - | |
363 | 368 | | |
364 | 369 | | |
365 | 370 | | |
| |||
0 commit comments