metaflow icon indicating copy to clipboard operation
metaflow copied to clipboard

METAFLOW_CONSOLE_TRACE_ENABLED doesn't work with batch

Open wrighting opened this issue 1 year ago • 1 comments

output sent to stdout fails due to metaflow/plugins/datatools/s3/s3.py +1542

              for l in ok_lines:
                      idx, rest = l.split(b" ", maxsplit=1)

It doesn't like the output starting

{
    "name": "run",

wrighting avatar Nov 17 '23 13:11 wrighting