Skip to content

Commit

Permalink
Update schemas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Nov 28, 2022
1 parent 6c59663 commit 466703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/databases/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ class DatabaseTestConnectionSchema(Schema, DatabaseParametersSchemaMixin):
validate=[Length(1, 1024), sqlalchemy_uri_validator],
)

ssh_tunnel_credentials = fields.Nested(DatabaseSSHTunnel, allow_none=True)
ssh_tunnel = fields.Nested(DatabaseSSHTunnel, allow_none=True)


class TableMetadataOptionsResponseSchema(Schema):
Expand Down

0 comments on commit 466703a

Please sign in to comment.