damccorm opened a new issue, #20738: URL: https://github.com/apache/beam/issues/20738
See https://stackoverflow.com/questions/65903919/local-testing-apache-beam-with-sqltransform-in-python-sdk-i-receive-an-error for a good example of this. We should throw a more helpful error in this situation: - It should mention the problematic field(s) - It should suggest a solution (try wrapping in casts if using beam.Row, don't use Any in a NamedTuple) - It might point to some documentation about supported SQL types. Imported from Jira [BEAM-11690](https://issues.apache.org/jira/browse/BEAM-11690). Original Jira may contain additional context. Reported by: bhulette. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
