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