mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
@@ -198,7 +198,9 @@ class DatabricksNativeEngineSpec(DatabricksODBCEngineSpec, BasicParametersMixin)
|
||||
query = {}
|
||||
if parameters.get("encryption"):
|
||||
if not cls.encryption_parameters:
|
||||
raise Exception("Unable to build a URL with encryption enabled")
|
||||
raise Exception( # pylint: disable=broad-exception-raised
|
||||
"Unable to build a URL with encryption enabled"
|
||||
)
|
||||
query.update(cls.encryption_parameters)
|
||||
|
||||
return str(
|
||||
|
||||
Reference in New Issue
Block a user