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:
Antonio Rivero Martinez
2023-01-11 16:29:52 -03:00
committed by GitHub
parent 0908fd291b
commit 539936522f
16 changed files with 701 additions and 6 deletions

View File

@@ -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,
}