feat(report): capture dashboard reports in specific states (#20552)

This commit is contained in:
Jesse Yang
2022-07-26 17:01:56 -07:00
committed by GitHub
parent 1b577d15c1
commit 4d192e6e4d
37 changed files with 598 additions and 368 deletions

View File

@@ -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__(