dataorc previously relied on cached credentials. This PR makes this behavior deterministic by clearing dataorc's stored credentials before each run and providing the credentials for each download using pexpect.
Other minor changes:
Clear directories instead on temp files
dataorc requires a temp directory not a file, so clearing them before each run
dataorc
previously relied on cached credentials. This PR makes this behavior deterministic by clearingdataorc
's stored credentials before each run and providing the credentials for each download usingpexpect
.Other minor changes:
dataorc
requires a temp directory not a file, so clearing them before each run