multiprocessio / dsq

Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup files after run

eatonphil opened this issue · comments

This leaves a bunch of tmp files it should clean up afterward. Easiest might be to override the datastation project root, make a tmp directory, then remove the entire temp directory afterward.

Note to self: make tests run on Mac and windows too.