mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 08:37:03 +00:00
fix: max value for column between (#9820)
This commit is contained in:
parent
14100d089f
commit
fd4d39ac05
@ -177,9 +177,9 @@ def _(
|
|||||||
TestResultValue(
|
TestResultValue(
|
||||||
name="max",
|
name="max",
|
||||||
value=str(
|
value=str(
|
||||||
min_value_res.timestamp()
|
max_value_res.timestamp()
|
||||||
if isinstance(min_value_res, datetime)
|
if isinstance(max_value_res, datetime)
|
||||||
else min_value_res
|
else max_value_res
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user