Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

DatasetModel.updated_at should be nullable #178

Open
l0b0 opened this issue Jan 12, 2021 · 0 comments
Open

DatasetModel.updated_at should be nullable #178

l0b0 opened this issue Jan 12, 2021 · 0 comments

Comments

@l0b0
Copy link
Contributor

l0b0 commented Jan 12, 2021

Description

pynamodb attributes are by default not nullable (see site-packages/pynamodb/attributes.py), but DatasetModel.updated_at does not specify null=True.

Additional context

  • We should probably review whether any of other attributes which don't specify null should actually be nullable.
  • null=False should also be removed from other attributes since it is the default.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant