Add ability to download results more than 10MB
Opened this issue · 1 comments
Deleted user commented
right now we just skip non inline results:
commands.py: get_results()
if r.get('inline'):
return r['results']
else:
# TODO - this will be implemented in future
log.error("Unable to download results, please fetch from S3")
Deleted user commented
fixed