mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: GSheets supports JOINs (#15487)
This commit is contained in:
@@ -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]]] = {
|
||||
|
||||
Reference in New Issue
Block a user