qds-sdk-py icon indicating copy to clipboard operation
qds-sdk-py copied to clipboard

Python SDK for accessing Qubole Data Service

Results 25 qds-sdk-py issues
Sort by recently updated
recently updated
newest added

Hi Team, We are getting error as "qds_sdk.exception.ResourceNotFound" from Airflow for tasks which uses Qubole conn(which in turn uses qds-sdk). But the command itself is either running or successful from...

Currently user can run Qubole.configure as many times as possible. It modifies auth_token, url, api_version etc. But these changes not reflected in the connection agent, because it is cached once...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

I have faced the same issue that was mentioned in #119 . The default `300` seconds as timeout for connections to QDS was not big enough to run commands for...

Following the example [here](https://github.com/qubole/qds-sdk-py): hc.status() invariably gives a status of 'waiting', even if the server has finished the result. Please can you advise as to how we resolve this?

## Description Opening a file using `with` statement is preferred as function `open` implements the context manager protocol that releases the resource when it is outside of the `with` block....

enhancement
deepsource
code-quality

This will enable the user to pass extra paramters as boto_args in command's result fetch which is then being passed to boto's connec_s3 function to give a flexibility to tune...

The Qubole docs for [creating a DbTap ](http://docs.qubole.com/en/latest/rest-api/dbtap_api/create-a-dbtap.html#post--api-v1.2-db_taps-) say this: > Gateway parameters (gateway_ip, gateway_username, gateway_private_key) can be specified only if db_location is ‘on-premise’. > Though the gateway parameters are...

In this PR adding an example for submitting a spark command