mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: enable user impersonation in GSheets (#14767)
This commit is contained in:
@@ -291,7 +291,9 @@ const ExtraOptions = ({
|
||||
indeterminate={false}
|
||||
checked={!!db?.impersonate_user}
|
||||
onChange={onInputChange}
|
||||
labelText={t('Impersonate Logged In User (Presto & Hive)')}
|
||||
labelText={t(
|
||||
'Impersonate Logged In User (Presto, Hive, and GSheets)',
|
||||
)}
|
||||
/>
|
||||
<InfoTooltip
|
||||
tooltip={t(
|
||||
|
||||
Reference in New Issue
Block a user