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
File "/usr/local/lib/python3.11/site-packages/fastcrud/crud/fast_crud.py", line 1478, in get_multi_joined
nested_data = _nest_multi_join_data(
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/fastcrud/crud/helper.py", line 497, in _nest_multi_join_data
isinstance(value, dict) and value[join_primary_key] is None
~~~~~^^^^^^^^^^^^^^^^^^
KeyError: 'id'
Please help me fix this, thank a lots!
The text was updated successfully, but these errors were encountered:
Hello, I try to get list
process
as follow:I also define params like this:
But get error
Please help me fix this, thank a lots!
The text was updated successfully, but these errors were encountered: