mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-17 02:24:55 +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:
|
except Exception as exc:
|
||||||
yield Either(
|
yield Either(
|
||||||
left=StackTraceError(
|
left=StackTraceError(
|
||||||
name=chart_json.id,
|
name=str(chart_json.id),
|
||||||
error=f"Error yielding Chart [{chart_json.id} - {chart_json.slice_name}]: {exc}",
|
error=f"Error yielding Chart [{chart_json.id} - {chart_json.slice_name}]: {exc}",
|
||||||
stackTrace=traceback.format_exc(),
|
stackTrace=traceback.format_exc(),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user