prefect run -n hello-flow --param args={'a':'alpha','b':bravo'}
Why cant i pass a dictionary to the param object instead of individual params
Copy code
Error: No such command 'args ..blah
k
Kevin Kho
08/25/2021, 3:36 PM
This is more a limitation of command line tools that you can’t pass in Python objects as arguments and the dictionary is a Python thing, but not a command line thing.
s
st dabu
08/25/2021, 3:40 PM
so if i have 6 parameters.. then the only option is to do this 6 times in the code
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.