Open dkasimovskiy opened 1 year ago
The error is from crud
module. It seems that primary key does not contain fields from sharding
Remake sharding index or specify bucket_id.
crud uses _ddl_sharding_key and _ddl_sharding_func to calculate and set bucket_id from the sharding fields values. If I remember correctly the problem is that graphqlide don't call crud untill you explicitly specify bucket_id, even if all sharding fileds values are specified.
Steps to reproduce:
Expected behaviour: See data from space in the UI