mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(report): capture dashboard reports in specific states (#20552)
This commit is contained in:
@@ -31,8 +31,10 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
class CreateDashboardPermalinkCommand(BaseDashboardPermalinkCommand):
|
||||
"""
|
||||
Get or create a permalink key for the given dashboard in certain state.
|
||||
Will reuse the key for the same user and dashboard state.
|
||||
Get or create a permalink key for the dashboard.
|
||||
|
||||
The same dashboard_id and state for the same user will return the
|
||||
same permalink.
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user