cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)
Apache License 2.0
731 stars 248 forks source link

Add cursor configuration to connection args #513

Open VitaliyFedorov opened 1 year ago

VitaliyFedorov commented 1 year ago

It's feature for possibity to add cursor configuration options while connection creating, to be used for any new cursor further.

Reason: Some options much better to set once, but not each time when you need cursor, e.g.: impala.doas.user, which allow to set proxy user for impala (https://impala.apache.org/docs/build/html/topics/impala_delegation.html)