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
The text was updated successfully, but these errors were encountered:
lognaturel
changed the title
Error when entities update specified, but entity list not attahced
Error when entities update specified, but entity list not attached
Apr 4, 2024
Error is because the reference was
select_one_from_file foo.csv
when it should have beenselect_one_from_file foos.csv
. Note the trailing s.We should generate a more helpful error.
Related: #670
The text was updated successfully, but these errors were encountered: