diff --git a/ingestion/src/metadata/ingestion/source/dashboard/powerbi.py b/ingestion/src/metadata/ingestion/source/dashboard/powerbi.py index 0ec59a66339..42bff2ca65a 100644 --- a/ingestion/src/metadata/ingestion/source/dashboard/powerbi.py +++ b/ingestion/src/metadata/ingestion/source/dashboard/powerbi.py @@ -188,4 +188,4 @@ class PowerbiSource(DashboardServiceSource): except Exception as err: # pylint: disable=broad-except logger.debug(traceback.format_exc()) logger.error(err) - self.status.failure(chart["title"], repr(err)) + self.status.failure(chart.get("id"), repr(err))