You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When values are missing from an entity and skip the loading stage, no warning sign is displayed. You can use debug mode to see which records are being skipped, but the message is misleading:
The above record was skipped because PHENOTYPE.EVENT_AGE_DAYS is of type float when it should be of type int. A warning log should be added to clearly state the reason why these records skipped loading.
The text was updated successfully, but these errors were encountered:
When values are missing from an entity and skip the loading stage, no warning sign is displayed. You can use debug mode to see which records are being skipped, but the message is misleading:
The above record was skipped because
PHENOTYPE.EVENT_AGE_DAYS
is of typefloat
when it should be of typeint
. A warning log should be added to clearly state the reason why these records skipped loading.The text was updated successfully, but these errors were encountered: