hello! how can I access in a flow another flows’ m...
# ask-metaflow
g
hello! how can I access in a flow another flows’ metadata? let’s say I have a flow AFlow and BFlow, I need to have a step in BFlow which calls Flow(BFlow).latest_run.data object. I run flow in AWS sagemaker and save results in S3. It in BFlow returns Object not found error. Configuration file has METAFLOW_METASTORE_SYSROOT_S3 correctly specified