Skip to content

Commit 8e2d6c2

Browse files
committed
Discover dashboard if the id is given
1 parent 3eb322a commit 8e2d6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cid/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ def status(self, dashboard_id, **kwargs):
302302
dashboard = self.qs.dashboards.get(dashboard_id)
303303
else:
304304
# Describe dashboard by the ID given, no discovery
305+
self.qs.discover_dashboard(dashboardId=dashboard_id)
305306
dashboard = self.qs.describe_dashboard(DashboardId=dashboard_id)
306307

307308
if dashboard is not None:

0 commit comments

Comments
 (0)