michael-s-molina commented on issue #25354: URL: https://github.com/apache/superset/issues/25354#issuecomment-1732047157
Thanks for the issue @zhaorui2022. This is the problem of not having versioned schemas for the JSON fields 😞 I'm working on a more generic solution to ensure that all required fields, defined by Typescript, exist during runtime. I want to avoid the situation where the type definition does not accurately describe the data and the developers need to check for null values when the type definition clearly states that it shouldn't be the case. -- 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]
