mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(tags): move tags from navbar to settings (#24518)
Co-authored-by: Daniel Vaz Gaspar <danielvazgaspar@gmail.com>
This commit is contained in:
@@ -383,9 +383,7 @@ class DatabaseRestApi(BaseSupersetModelRestApi):
|
||||
|
||||
# Return SSH Tunnel and hide passwords if any
|
||||
if item.get("ssh_tunnel"):
|
||||
item["ssh_tunnel"] = mask_password_info(
|
||||
new_model.ssh_tunnel # pylint: disable=no-member
|
||||
)
|
||||
item["ssh_tunnel"] = mask_password_info(new_model.ssh_tunnel)
|
||||
|
||||
return self.response(201, id=new_model.id, result=item)
|
||||
except DatabaseInvalidError as ex:
|
||||
|
||||
Reference in New Issue
Block a user