mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-29 19:35:56 +00:00
fix typo in profiler metric (#17784)
This commit is contained in:
parent
37d35e8dda
commit
3922f45a3e
@ -286,7 +286,7 @@ def _(
|
|||||||
)
|
)
|
||||||
metric_results.extend(get_metric_result(updates, table.__tablename__)) # type: ignore
|
metric_results.extend(get_metric_result(updates, table.__tablename__)) # type: ignore
|
||||||
|
|
||||||
return TypeAdapter(List[SystemProfile]).validate_python(metric_results).d
|
return TypeAdapter(List[SystemProfile]).validate_python(metric_results)
|
||||||
|
|
||||||
|
|
||||||
@get_system_metrics_for_dialect.register(Dialects.Snowflake)
|
@get_system_metrics_for_dialect.register(Dialects.Snowflake)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user