mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
Fixed PowerBi Exception (#6803)
* Fixed exception for chart name * added id in exception Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
This commit is contained in:
parent
2107fdeca5
commit
1ec0fa3e37
@ -188,4 +188,4 @@ class PowerbiSource(DashboardServiceSource):
|
|||||||
except Exception as err: # pylint: disable=broad-except
|
except Exception as err: # pylint: disable=broad-except
|
||||||
logger.debug(traceback.format_exc())
|
logger.debug(traceback.format_exc())
|
||||||
logger.error(err)
|
logger.error(err)
|
||||||
self.status.failure(chart["title"], repr(err))
|
self.status.failure(chart.get("id"), repr(err))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user