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
When I tried to input other types of inputs such as json_lines or raw log strings, I wasn't able to launch the Python test with the well written error : AssertionError: inputs must be a list of dicts
Any way we could override this and json.dump if dict else we could put the string (or list of tring) directly in output ?
The text was updated successfully, but these errors were encountered:
When I tried to input other types of inputs such as json_lines or raw log strings, I wasn't able to launch the Python test with the well written error :
AssertionError: inputs must be a list of dicts
Any way we could override this and json.dump if dict else we could put the string (or list of tring) directly in output ?
The text was updated successfully, but these errors were encountered: