Hi, is there an easy way (without creating custom ...
# ask-community
i
Hi, is there an easy way (without creating custom types) to set op output to a union of two types?
c
yea union type signatures currently not supported: https://github.com/dagster-io/dagster/issues/14368 . I was honestly surprised we don’t support this, and IMO we should get support for this soon.
i
I was also surprised that it is not supported out of the box 🙂