Hello, what’s the correct way to pass a 2d-list as...
# ask-community
s
Hello, what’s the correct way to pass a 2d-list as an op output?
r
What issue are you running into here? cc @chris
You can explicitly yield an `Output`: https://docs.dagster.io/concepts/ops-jobs-graphs/op-events#outputs , but returning the 2d-list should also work.
c
Following this thread, but as Rex posted, just using a 2d list as output to an op should work.