Hi, a question about Parameters and variable batch...
# dev-metaflow
m
Hi, a question about Parameters and variable batch decorators: I want to be able to pass a parameter gpu to a flow and then this in turn to affect the declaration of a batch decorator (if the parameter is true point to one batch queue else point to another) but if I do this outside the flow as I should I can’t access the value of the parameter it seems, any help?
2
s
take a look at this previous thread about the topic https://outerbounds-community.slack.com/archives/C02116BBNTU/p1643418158320209
let us know if any of those ideas could work in your case