mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: Drill ODBC/JDBC Impersonation feature (#17353)
* Added Drill ODBC Impersonation feature and necessary translations/docs * Code Cleanup * add jdbc impersonation_target parameter * add unittests for DrillEngineSpec.modify_url_for_impersonation method * reformat test_drill.py with black formatter * run pre-commit locally Co-authored-by: Christian Pfarr <Christian.Pfarr@deutschebahn.com> Co-authored-by: Christian Pfarr <z0ltrix+gitlab@pm.me>
This commit is contained in:
@@ -393,7 +393,7 @@ const ExtraOptions = ({
|
||||
checked={!!db?.impersonate_user}
|
||||
onChange={onInputChange}
|
||||
labelText={t(
|
||||
'Impersonate logged in user (Presto, Trino, Hive, and GSheets)',
|
||||
'Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)',
|
||||
)}
|
||||
/>
|
||||
<InfoTooltip
|
||||
|
||||
Reference in New Issue
Block a user