AlexMF26

Results 1 issues of AlexMF26

Hello, I have some troubles using PynamoDB's MapAttribute My models looks like this: ``` class UserModel(Model): class Meta: table_name = f'user_info-{settings.stage}' region = 'eu-central-1' id = UnicodeAttribute(hash_key=True) dremio = DremioMap(null=True)...