You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nested generic in the Enum DataType is not well supported by python typing. We don't need mixed enums, so we should just replace the generic Enum DataType with concrete IntEnum and StrEnum DataTypes.