Hey guys, does running through Dagit allow me to p...
# ask-community
s
Hey guys, does running through Dagit allow me to pass run configuration parameters (sys.argv) to Ops like in a normal Python script? If not, is there any way to pass parameters to the Ops similar to a run configuration?
🌈 1
dagster bot responded by community 1
v
You can pass parameters to ops from the run config and it’s made accessible in the context, see https://docs.dagster.io/concepts/ops-jobs-graphs/ops#op-configuration
D 1
s
Thanks!