Joscha Feth
Joscha Feth
This is especially infuriating because uploading a tgz created from `npm pack` then yields the contents as a zip file on retrieval, meaning that a simple workflow like this: (simplified)...
I just ran into this somewhat surprising issue. For anyone else ending up here, to highlight the solution: ```py @op def collector(input): return input @graph_asset def synapse_graph(): files = collector(list_files().map(save_to_s3).collect())...
^ ping @Colin-b