Hi! One of my ops needs to read in command line fl...
# ask-community
s
Hi! One of my ops needs to read in command line flags. Is there a way to pass it in while using dagit?
🤖 1
d
Hi Shriram - we recommend using op config for this: https://docs.dagster.io/tutorial/advanced-tutorial/configuring-ops#configuring-ops Dagit launches your ops in a different process, so there isn't a way to pass in command-lines to your ops when launching dagit.