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 ?
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 dictsAny way we could override this and json.dump if dict else we could put the string (or list of tring) directly in output ?