From eeea546a4ac2476e33e29a1fe6553bc1692a54a8 Mon Sep 17 00:00:00 2001 From: PeteMango Date: Thu, 6 Mar 2025 11:07:44 -0500 Subject: [PATCH] updated dashboard urn making as well --- metadata-ingestion/src/datahub/ingestion/source/superset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/src/datahub/ingestion/source/superset.py b/metadata-ingestion/src/datahub/ingestion/source/superset.py index 8cb19983c3b17..8573ed8b50da3 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/superset.py +++ b/metadata-ingestion/src/datahub/ingestion/source/superset.py @@ -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(