Closed philipbaileynar closed 2 months ago
Fixed with commit https://github.com/Riverscapes/riverscapes-tools/commit/b94c53ee41032625fc10830cd071b51d2d8033cb.
With the schema fix, there are no NULL values in this column. This is expected behaviour because that column is present in the CSV, just with no content. NULL would be indicative of a missing column or other issue.
Reviewing this RME project I noticed that in the
metrics
database table there are some values that should beNULL
. DataGrip makes this clear to see.These data are imported from this CSV:
I don't understand why some missing values are correctly being set to NULL while others are not. Probably an easy fix to check for either empty string or
None
.Note that I believe the code that imports the CSV is used by several of our models. Definitely BRAT as well.