fix: GSheets supports JOINs (#15487)

This commit is contained in:
Beto Dealmeida
2021-07-01 07:28:28 -07:00
committed by GitHub
parent 665459fbca
commit 55d0371b92

View File

@@ -32,7 +32,7 @@ class GSheetsEngineSpec(SqliteEngineSpec):
engine = "gsheets"
engine_name = "Google Sheets"
allows_joins = False
allows_joins = True
allows_subqueries = True
custom_errors: Dict[Pattern[str], Tuple[str, SupersetErrorType, Dict[str, Any]]] = {