careful-eve-5935
02/17/2023, 11:06 PMpython recommenderflow.py --datastore=local --metadata=local run
and the flow runs without problems locally. When I try to review the artifacts generated by the flow in a local jupyter notebook I get error as the client is trying to connect to AWS (none of the resources exist now after destroyed the env with terraform).
How do I setup an environment variable to enforce using the local datastore and metadata when a kubernetes configuration is present?careful-eve-5935
02/17/2023, 11:07 PMMETAFLOW_PROFILE=local and also created an empty config_local.json but in the notebook the client is still trying to access AWSalert-florist-32940
02/18/2023, 11:00 AM~/.metaflowconfig/config.json config which are probably getting loaded if you try to read data in the notebookalert-florist-32940
02/18/2023, 11:00 AMalert-florist-32940
02/18/2023, 11:02 AMcareful-eve-5935
02/21/2023, 8:36 AMAs per the doc, in my notebook I run:
metadata('/path/to/flow_folder/') and I was able to access the metadata