@@ -60,6 +60,8 @@ exports[`SettingsComponent renders 1`] = `
60
60
" getDatabase" : [Function ],
61
61
" id" : [Function ],
62
62
" indexingPolicy" : [Function ],
63
+ " materializedViewDefinition" : [Function ],
64
+ " materializedViews" : [Function ],
63
65
" offer" : [Function ],
64
66
" partitionKey" : {
65
67
" kind" : " hash" ,
@@ -139,6 +141,8 @@ exports[`SettingsComponent renders 1`] = `
139
141
" getDatabase" : [Function ],
140
142
" id" : [Function ],
141
143
" indexingPolicy" : [Function ],
144
+ " materializedViewDefinition" : [Function ],
145
+ " materializedViews" : [Function ],
142
146
" offer" : [Function ],
143
147
" partitionKey" : {
144
148
" kind" : " hash" ,
@@ -258,6 +262,8 @@ exports[`SettingsComponent renders 1`] = `
258
262
" getDatabase" : [Function ],
259
263
" id" : [Function ],
260
264
" indexingPolicy" : [Function ],
265
+ " materializedViewDefinition" : [Function ],
266
+ " materializedViews" : [Function ],
261
267
" offer" : [Function ],
262
268
" partitionKey" : {
263
269
" kind" : " hash" ,
@@ -336,6 +342,101 @@ exports[`SettingsComponent renders 1`] = `
336
342
shouldDiscardComputedProperties = { false }
337
343
/>
338
344
</PivotItem >
345
+ <PivotItem
346
+ headerText = " Materialized Views (Preview)"
347
+ itemKey = " MaterializedViewTab"
348
+ key = " MaterializedViewTab"
349
+ style = {
350
+ {
351
+ " marginTop" : 20 ,
352
+ }
353
+ }
354
+ >
355
+ <MaterializedViewComponent
356
+ collection = {
357
+ {
358
+ " analyticalStorageTtl" : [Function ],
359
+ " changeFeedPolicy" : [Function ],
360
+ " computedProperties" : [Function ],
361
+ " conflictResolutionPolicy" : [Function ],
362
+ " container" : Explorer {
363
+ " _isInitializingNotebooks" : false ,
364
+ " isFixedCollectionWithSharedThroughputSupported" : [Function ],
365
+ " isTabsContentExpanded" : [Function ],
366
+ " onRefreshDatabasesKeyPress" : [Function ],
367
+ " onRefreshResourcesClick" : [Function ],
368
+ " phoenixClient" : PhoenixClient {
369
+ " armResourceId" : undefined ,
370
+ " retryOptions" : {
371
+ " maxTimeout" : 5000 ,
372
+ " minTimeout" : 5000 ,
373
+ " retries" : 3 ,
374
+ },
375
+ },
376
+ " provideFeedbackEmail" : [Function ],
377
+ " queriesClient" : QueriesClient {
378
+ " container" : [Circular ],
379
+ },
380
+ " refreshNotebookList" : [Function ],
381
+ " resourceTree" : ResourceTreeAdapter {
382
+ " container" : [Circular ],
383
+ " copyNotebook" : [Function ],
384
+ " parameters" : [Function ],
385
+ },
386
+ },
387
+ " databaseId" : " test" ,
388
+ " defaultTtl" : [Function ],
389
+ " fullTextPolicy" : [Function ],
390
+ " geospatialConfig" : [Function ],
391
+ " getDatabase" : [Function ],
392
+ " id" : [Function ],
393
+ " indexingPolicy" : [Function ],
394
+ " materializedViewDefinition" : [Function ],
395
+ " materializedViews" : [Function ],
396
+ " offer" : [Function ],
397
+ " partitionKey" : {
398
+ " kind" : " hash" ,
399
+ " paths" : [],
400
+ " version" : 2 ,
401
+ },
402
+ " partitionKeyProperties" : [
403
+ " partitionKey" ,
404
+ ],
405
+ " readSettings" : [Function ],
406
+ " uniqueKeyPolicy" : {},
407
+ " usageSizeInKB" : [Function ],
408
+ " vectorEmbeddingPolicy" : [Function ],
409
+ }
410
+ }
411
+ explorer = {
412
+ Explorer {
413
+ " _isInitializingNotebooks" : false ,
414
+ " isFixedCollectionWithSharedThroughputSupported" : [Function ],
415
+ " isTabsContentExpanded" : [Function ],
416
+ " onRefreshDatabasesKeyPress" : [Function ],
417
+ " onRefreshResourcesClick" : [Function ],
418
+ " phoenixClient" : PhoenixClient {
419
+ " armResourceId" : undefined ,
420
+ " retryOptions" : {
421
+ " maxTimeout" : 5000 ,
422
+ " minTimeout" : 5000 ,
423
+ " retries" : 3 ,
424
+ },
425
+ },
426
+ " provideFeedbackEmail" : [Function ],
427
+ " queriesClient" : QueriesClient {
428
+ " container" : [Circular ],
429
+ },
430
+ " refreshNotebookList" : [Function ],
431
+ " resourceTree" : ResourceTreeAdapter {
432
+ " container" : [Circular ],
433
+ " copyNotebook" : [Function ],
434
+ " parameters" : [Function ],
435
+ },
436
+ }
437
+ }
438
+ />
439
+ </PivotItem >
339
440
</StyledPivot >
340
441
</div >
341
442
</div >
0 commit comments