sbp commented on issue #841: URL: https://github.com/apache/tooling-trusted-releases/issues/841#issuecomment-4047581573
The original bug was actually that the SQL model declared a field to be `list[str]` but did not set `nullable=False`. Base types such as `bool`, `int`, and `str` are automatically declared non-nullable, as are enums. Datetime objects and list values, however, require `nullable=False` to be set explicitly. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
