mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
feat(ssh_tunnel): Rename allow_ssh_tunneling and change the default value to False (#22723)
This commit is contained in:
committed by
GitHub
parent
c87f654901
commit
ad758c0802
@@ -69,6 +69,7 @@ class GSheetsEngineSpec(SqliteEngineSpec):
|
||||
engine_name = "Google Sheets"
|
||||
allows_joins = True
|
||||
allows_subqueries = True
|
||||
disable_ssh_tunneling = True
|
||||
|
||||
parameters_schema = GSheetsParametersSchema()
|
||||
default_driver = "apsw"
|
||||
|
||||
Reference in New Issue
Block a user