Hi all, I’m a newbie, I downloaded Metaflow via ‘p...
# ask-metaflow
q
Hi all, I’m a newbie, I downloaded Metaflow via ‘pip install metaflow’, do I need to set up anything else? And I want to ask for an example of activating this function, can you help me. Thank you very much.
d
not sure what you mean by “activating” for that function. That function is internal and is used in a very specific combination of settings: • you are running remotely (using
--batch
for example) • you do not have a metadata service configured (or rather, you are using the
local
metadata service) If both of those conditions are met, this function will be used to repatriate the metadata produced by running tasks to your local metadata service.