-
Beta Was this translation helpful? Give feedback.
Answered by
sryza
Sep 3, 2021
Replies: 1 comment 1 reply
-
Hi @stejul - if you replace |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stejul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @stejul - if you replace
OutputDefinition(dagster_type=DagsterList[String])
with[OutputDefinition(dagster_type=DagsterList[String])]
(i.e. surround it in a list), it should work.