Hello, I'm trying to use the client API to access ...
# ask-metaflow
f
Hello, I'm trying to use the client API to access data artifacts produced from my runs using the documentation here. Specifically I'm using a command like this to get the data:
test_data = step.task.data.raw_data["data"]
Does anyone know where this data is downloaded on disk? Can I configure it to download the data at a specific location? Currently, it downloads it to a partition which has limited memory resulting in OOM errors
1