diff --git a/superset/db_engine_specs/gsheets.py b/superset/db_engine_specs/gsheets.py index 1773a3db5cc..1245c9ba0e0 100644 --- a/superset/db_engine_specs/gsheets.py +++ b/superset/db_engine_specs/gsheets.py @@ -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]]] = {