Skip to content

Commit

Permalink
updated dashboard urn making as well
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteMango committed Mar 6, 2025
1 parent 4e99106 commit eeea546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def construct_dashboard_from_api_data(
) -> DashboardSnapshot:
dashboard_urn = make_dashboard_urn(
platform=self.platform,
name=dashboard_data["id"],
name=str(dashboard_data["id"]),
platform_instance=self.config.platform_instance,
)
dashboard_snapshot = DashboardSnapshot(
Expand Down

0 comments on commit eeea546

Please sign in to comment.