How do you access output for an @op in dagster ?
# ask-community
a
How do you access output for an @op in dagster ?
f
Essentially an
@op
is just a python function, so it can return a value. There is a section on Op outputs here: https://docs.dagster.io/concepts/ops-jobs-graphs/ops#outputs