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 1717from oci .resource_search import ResourceSearchClient
1818from oci .secrets import SecretsClient
1919from oci .vault import VaultsClient
20+
2021logger = logging .getLogger (__name__ )
2122
2223
@@ -64,13 +65,14 @@ def _client_impl(self, client):
6465 "data_labeling_dp" : DataLabelingClient ,
6566 "data_labeling_cp" : DataLabelingManagementClient ,
6667 "resource_search" : ResourceSearchClient ,
67- "data_catalog" : DataCatalogClient
68+ "data_catalog" : DataCatalogClient ,
6869 }
6970 try :
7071 from oci .feature_store import FeatureStoreClient
72+
7173 client_map ["feature_store" ] = FeatureStoreClient
7274 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" )
7476 pass
7577
7678 assert (
You can’t perform that action at this time.
0 commit comments