JohnOmernik / sqlalchemy-drill

Apache Drill Dialect for SQL Alchemy
Other
53 stars 35 forks source link

Add an impersonation_target parm to drill+sadrill URLs. #74

Closed jnturton closed 2 years ago

jnturton commented 2 years ago

When present, this parameter will be converted to a userName property in POSTs made to /query.json and that is taken as an inbound impersonation instruction by Drill.

jnturton commented 2 years ago

Ping @cgivre, there's a PR to Superset that is blocked by this PR so please take a look when possible, thank you.