diff --git a/ingestion/src/metadata/ingestion/source/dashboard/superset/db_source.py b/ingestion/src/metadata/ingestion/source/dashboard/superset/db_source.py index 636641b61f8..a9a2e9ef845 100644 --- a/ingestion/src/metadata/ingestion/source/dashboard/superset/db_source.py +++ b/ingestion/src/metadata/ingestion/source/dashboard/superset/db_source.py @@ -201,7 +201,7 @@ class SupersetDBSource(SupersetSourceMixin): except Exception as exc: yield Either( left=StackTraceError( - name=chart_json.id, + name=str(chart_json.id), error=f"Error yielding Chart [{chart_json.id} - {chart_json.slice_name}]: {exc}", stackTrace=traceback.format_exc(), )