mountetna / magma

Data server with friendly data loaders
GNU General Public License v2.0
5 stars 2 forks source link

Check attributes at boot time #130

Closed graft closed 4 years ago

graft commented 4 years ago

Currently in Magma::Project#load_project, Magma checks that there is a table for the model. It should also check that there is a column for each attribute in the attribute table. If there is not, magma should raise a validation error and report the discrepancy.