We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f2ee5 commit 8cc70f6Copy full SHA for 8cc70f6
ads/feature_store/mixin/oci_feature_store.py
@@ -58,6 +58,10 @@ def init_client(
58
"Support for reading service endpoint from config file is disabled",
59
)
60
except FileNotFoundError:
61
+ logger.info(
62
+ "%s",
63
+ "ODSC cli config for feature store was not found",
64
+ )
65
pass
66
if cls.__template:
67
fs_service_endpoint = cls.__template.service_endpoint
0 commit comments