diff --git a/feathr_project/feathr/client.py b/feathr_project/feathr/client.py index 8314bdba2..475f36c01 100644 --- a/feathr_project/feathr/client.py +++ b/feathr_project/feathr/client.py @@ -101,7 +101,7 @@ def __init__(self, config_path:str = "./feathr_config.yaml", local_workspace_dir self.envutils = envutils if not os.path.exists(config_path): - self.logger.warning('Configuration path does not exist, you need to set the environment variables explicitly. For all the environment variables, please refer to https://github.com/linkedin/feathr/blob/main/feathr_project/feathrcli/data/feathr_user_workspace/feathr_config.yaml') + self.logger.warning('No Configuration file exist at the user provided config_path or the default config_path (./feathr_config.yaml), you need to set the environment variables explicitly. For all the environment variables that you need to set, please refer to https://github.com/linkedin/feathr/blob/main/feathr_project/feathrcli/data/feathr_user_workspace/feathr_config.yaml') # Load all configs from yaml at initialization # DO NOT load any configs from yaml during runtime.