Hello all, Was wondering how to pass in Metaflow ...
# ask-metaflow
a
Hello all, Was wondering how to pass in Metaflow
parameters
when using python's `subprocess`to call a separate python file. It would be great if you could reference parameters using Metaflow's
current
1
s
good idea! The information about which artifact is a parameter is already available, so it’s not hard to add it. Try this: https://outerbounds-community.slack.com/archives/C02116BBNTU/p1680625887015209?thread_ts=1680625727.872649&channel=C02116BBNTU&message_ts=1680625887.015209
a
Ahh very nice, so we could use the Metaflow client to access the parameter as a workaround?
s
yep, or
self._graph_info
inside a flow
🙏 1
thankyou 1