qubole / qds-sdk-py

Python SDK for accessing Qubole Data Service
https://qubole.com
Apache License 2.0
51 stars 127 forks source link

Improve semantics of Qubole.configure #92

Open rjainqb opened 9 years ago

rjainqb commented 9 years ago

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 and reused thereafter. So the semantics of Qubole.configure is incorrect. We should either

  1. Disallow the user to run Qubole.configure more than once or
  2. If we allow it, then we should change cached_agent accordingly.
rtvkiz commented 3 years ago

Hi, Is there any solution available to this yet?