I'm also a little bit confused about the differenc...
# ask-community
a
I'm also a little bit confused about the difference of passing in a
context
and just passing arguments normally to Ops?
y
context is an optional arg to ops. if you don’t need anything from the context object, you don’t need to supply it and you can just pass arguments normally instead. more details here: https://docs.dagster.io/concepts/ops-jobs-graphs/ops#op-context
👍 1
a
thanks man