mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
fix: add test case result extension for ts migration (#13195)
This commit is contained in:
parent
ae55b81a36
commit
4012f25d64
@ -6,7 +6,7 @@ UPDATE entity_extension_time_series
|
|||||||
JSON_EXTRACT(json, '$.timestamp') * 1000
|
JSON_EXTRACT(json, '$.timestamp') * 1000
|
||||||
)
|
)
|
||||||
WHERE
|
WHERE
|
||||||
extension in ('table.tableProfile', 'table.columnProfile');
|
extension in ('table.tableProfile', 'table.columnProfile', 'testCase.testCaseResult');
|
||||||
;
|
;
|
||||||
|
|
||||||
START TRANSACTION;
|
START TRANSACTION;
|
||||||
|
@ -6,7 +6,7 @@ SET json = jsonb_set(
|
|||||||
to_jsonb(cast(json#>'{timestamp}' as int8) *1000)
|
to_jsonb(cast(json#>'{timestamp}' as int8) *1000)
|
||||||
)
|
)
|
||||||
WHERE
|
WHERE
|
||||||
extension in ('table.tableProfile', 'table.columnProfile');
|
extension in ('table.tableProfile', 'table.columnProfile', 'testCase.testCaseResult');
|
||||||
;
|
;
|
||||||
|
|
||||||
BEGIN;
|
BEGIN;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user