qubole/qds-sdk-py

Add ability to download results more than 10MB

Opened this issue · 1 comments

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")

fixed