@@ -20,7 +20,6 @@ import { createGetterSetter } from '../../../src/plugins/opensearch_dashboards_u
20
20
import { CREATE_TAB_PARAM , CREATE_TAB_PARAM_KEY , TAB_CHART_ID } from '../common/constants/explorer' ;
21
21
import {
22
22
DATACONNECTIONS_BASE ,
23
- S3_DATASOURCE_TYPE ,
24
23
observabilityApplicationsID ,
25
24
observabilityApplicationsPluginOrder ,
26
25
observabilityApplicationsTitle ,
@@ -46,6 +45,7 @@ import {
46
45
observabilityTracesID ,
47
46
observabilityTracesPluginOrder ,
48
47
observabilityTracesTitle ,
48
+ S3_DATASOURCE_TYPE ,
49
49
} from '../common/constants/shared' ;
50
50
import { QueryManager } from '../common/query_manager' ;
51
51
import { AssociatedObject , CachedAcceleration } from '../common/types/data_connections' ;
@@ -72,7 +72,7 @@ import {
72
72
OBSERVABILITY_EMBEDDABLE_ID ,
73
73
} from './embeddable/observability_embeddable' ;
74
74
import { ObservabilityEmbeddableFactoryDefinition } from './embeddable/observability_embeddable_factory' ;
75
- import { catalogCacheInterceptError } from './framework/catalog_cache/cache_intercept' ;
75
+ import { catalogRequestIntercept } from './framework/catalog_cache/cache_intercept' ;
76
76
import {
77
77
useLoadAccelerationsToCache ,
78
78
useLoadDatabasesToCache ,
@@ -402,7 +402,7 @@ export class ObservabilityPlugin
402
402
} ) ;
403
403
404
404
core . http . intercept ( {
405
- responseError : catalogCacheInterceptError ( ) ,
405
+ request : catalogRequestIntercept ( ) ,
406
406
} ) ;
407
407
408
408
// Use overlay service to render flyouts
0 commit comments