I think there is an issue with validation of objec...
# community-help
e
I think there is an issue with validation of object fields in the emplace mode: • I defined an object "price" and fields below that, e.g. "price.default.ch.price". Those are optional:false • If I create a document or import them via create, it fails with an error if a required field fails • If I import the documents with mode emplace, it returns an error, but still imports it which invalidates the data in the schema • Follow-up actions on the schema such as adding a field are not possible anymore Attached a shell script to reproduce it - let me know if I missed anything
k
Thanks for the detailed steps. I'm able to reproduce the issue. I will get back to you after investigating into why this is happening.
👍 1
j
@Elian Kool We’ve pushed out a new build with a patch for this issue. If you go to Cluster Configuration > Modify you should now see
0.25.0.rc62
. Could you upgrade to it and let me know if you still see this issue?
👍 1
Thank you for again for the detailed steps with curl! That’s usually half the battle! 🙂
e
It actually helped me to nail it down - I initially suspected that it's a general issue with the import and was surprised it worked - until I figured out that the difference was the action 🙂
😄 1
Same behaviour now with emplace, thanks!
🙌 1
j
Awesome, thank you for confirming!