mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat(ssh_tunnel): SQLAlchemy Form UI (#22513)
Co-authored-by: hughhhh <hughmil3s@gmail.com> Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0908fd291b
commit
539936522f
@@ -1696,9 +1696,11 @@ class BaseEngineSpec: # pylint: disable=too-many-public-methods
|
||||
Construct a Dict with properties we want to expose.
|
||||
|
||||
:returns: Dict with properties of our class like supports_file_upload
|
||||
and allow_ssh_tunneling
|
||||
"""
|
||||
return {
|
||||
"supports_file_upload": cls.supports_file_upload,
|
||||
"allow_ssh_tunneling": cls.allow_ssh_tunneling,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user