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
Add debug logging and error handling for missing field columns in relational import\n\n- Add debug logging to show available columns and field being searched for\n- Add error handling when field is not found in source DataFrame\n- Return appropriate error values when field is missing\n- Improve error messages to help diagnose column mapping issues\n\nThis will help diagnose why category_id import is failing by showing what columns\nare actually available in the source DataFrame.
0 commit comments