Tom Reilly
11/03/2022, 7:50 PMArbitrary-length homogeneous tuples can be expressed using one type and ellipsis, for examplewhen I try to use this on an op I get the error. (TheTuple[int, ...]
here are part of the syntax, a literal ellipsis.)...
E dagster._core.errors.DagsterInvalidDefinitionError: Invalid type: dagster_type must be an instance of DagsterType or a Python type: got Ellipsis.
using dagster 1.0.10alex
11/03/2022, 7:53 PMTom Reilly
11/03/2022, 8:03 PM