feat(ssh_tunnel): Rename allow_ssh_tunneling and change the default value to False (#22723)

This commit is contained in:
Antonio Rivero Martinez
2023-01-18 00:11:41 -03:00
committed by GitHub
parent c87f654901
commit ad758c0802
10 changed files with 28 additions and 26 deletions

View File

@@ -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"