Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV harvester doesn't add NOT NULL constraints #249

Open
mhidas opened this issue Feb 6, 2022 · 0 comments
Open

CSV harvester doesn't add NOT NULL constraints #249

mhidas opened this issue Feb 6, 2022 · 0 comments

Comments

@mhidas
Copy link
Contributor

mhidas commented Feb 6, 2022

The CSV harvester is creating tables in the database from schemas described in a yaml schema file. Where the schema has required: true set for a particular field, the corresponding column in the db should be created with a NOT NULL constraint. This is currently not implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant