mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: prevent guest user from modifying metrics (#26749)
This commit is contained in:
@@ -125,7 +125,7 @@ class QueryObject: # pylint: disable=too-many-instance-attributes
|
||||
order_desc: bool = True,
|
||||
orderby: list[OrderBy] | None = None,
|
||||
post_processing: list[dict[str, Any] | None] | None = None,
|
||||
row_limit: int | None,
|
||||
row_limit: int | None = None,
|
||||
row_offset: int | None = None,
|
||||
series_columns: list[Column] | None = None,
|
||||
series_limit: int = 0,
|
||||
|
||||
Reference in New Issue
Block a user