File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 17
17
from oci .resource_search import ResourceSearchClient
18
18
from oci .secrets import SecretsClient
19
19
from oci .vault import VaultsClient
20
+
20
21
logger = logging .getLogger (__name__ )
21
22
22
23
@@ -64,13 +65,14 @@ def _client_impl(self, client):
64
65
"data_labeling_dp" : DataLabelingClient ,
65
66
"data_labeling_cp" : DataLabelingManagementClient ,
66
67
"resource_search" : ResourceSearchClient ,
67
- "data_catalog" : DataCatalogClient
68
+ "data_catalog" : DataCatalogClient ,
68
69
}
69
70
try :
70
71
from oci .feature_store import FeatureStoreClient
72
+
71
73
client_map ["feature_store" ] = FeatureStoreClient
72
74
except ImportError :
73
- logger .warning ("OCI SDK with feature store support is not installed" )
75
+ logger .debug ("OCI SDK with feature store support is not installed" )
74
76
pass
75
77
76
78
assert (
You can’t perform that action at this time.
0 commit comments