mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat(Digest): Add RLS at digest generation for Charts and Dashboards (#30336)
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This commit is contained in:
@@ -114,10 +114,10 @@ def cache_dashboard_screenshot( # pylint: disable=too-many-arguments
|
||||
dashboard_id: int,
|
||||
dashboard_url: str,
|
||||
force: bool = True,
|
||||
cache_key: Optional[str] = None,
|
||||
guest_token: Optional[GuestToken] = None,
|
||||
thumb_size: Optional[WindowSize] = None,
|
||||
window_size: Optional[WindowSize] = None,
|
||||
cache_key: Optional[str] = None,
|
||||
) -> None:
|
||||
# pylint: disable=import-outside-toplevel
|
||||
from superset.models.dashboard import Dashboard
|
||||
|
||||
Reference in New Issue
Block a user