Open kylestratis opened 4 years ago
If one is using a NoSQL store like DynamoDB to populate tables, it's possible that an expected field doesn't exist on a query result. Adding the default value parameter to getattr() prevents this from throwing an error.
getattr()
If one is using a NoSQL store like DynamoDB to populate tables, it's possible that an expected field doesn't exist on a query result. Adding the default value parameter to
getattr()
prevents this from throwing an error.