mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 08:37:03 +00:00
MINOR: Fix StackTraceError validation error - Superset (#18740)
This commit is contained in:
parent
093828c0fb
commit
a0dea2f90e
@ -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(),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user