Hey all,

Does the python sdk support type checking with python NewTypes? e.g. if you
specify `UserId = NewType("UserId", str)`, and a transform expects UserIDs,
will it fail if gets a pcollection of strs?

My tests say no, but I just wanted to double check. If not, are there plans
to?

Reply via email to