-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixing field constraints #83
Conversation
Hi @clairedavies I made some changes to address these issues, but I encountered some errors along the way. I was able to fix some of the obvious ones, but I'd like to double-check with you to ensure that you're satisfied with the constraints implemented originally: bgc_lfish_samples -> SAMPVOL_M3 is set are required true - some values are missing and will cause error in the next harvest To resolve these issues, we need to decide which of these variables are always required and which are not. Then, we can update the code or the data at your end accordingly. |
bgc_lfish_samples -> SAMPVOL_M3 is set are required true - some values are missing and will cause error in the next harvest bgc_picoplankton -> PROCHLOROCOCCUS_FLAG, SYNECOCHOCCUS_FLAG and PICOEUKARYOTES_FLAG are set as required true - some are missing and will cause error in the next harvest bgc_picoplankton_meta -> PROCHLOROCOCCUS_FLAG, SYNECOCHOCCUS_FLAG and PICOEUKARYOTES_FLAG are set as required true - some are missing and will cause error in the next harvest bgc_trip -> ZOOPSAMPLEDEPTH_M and PHYTOSAMPLEDEPTH_M are set as required true - many values are missing and will cause error in the next harvest cpr_samp -> SAMPLETYPE is set as required true - many values are missing and will cause error in the next harvest. |
@clairedavies thanks for your feedback - I updated those and now some other errors came up, sorry it was a long redundant list and I missed some.. |
bgc_lfish_samples -> SAMPVOL_M3 set as required true - Still come as an error, maybe we need to wait the CSIRO Geoserver to refresh? bgc_picoplankton -> SAMPLEDATELOCAL set as required true? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thanks for working through this and fixing up all the schemas and data! |
No description provided.