mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-26 15:10:05 +00:00
fix: comment in sql migration (#13979)
This commit is contained in:
parent
c289dd4e2c
commit
81242d6cb9
@ -1,5 +1,5 @@
|
||||
|
||||
--update the timestamps to millis for dbt test results
|
||||
-- update the timestamps to millis for dbt test results
|
||||
UPDATE data_quality_data_time_series dqdts
|
||||
SET dqdts.json = JSON_INSERT(
|
||||
JSON_REMOVE(dqdts.json, '$.timestamp'),
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
--fixed Query for updating viewParsingTimeoutLimit
|
||||
-- fixed Query for updating viewParsingTimeoutLimit
|
||||
UPDATE ingestion_pipeline_entity
|
||||
SET json = jsonb_set(
|
||||
json::jsonb #- '{sourceConfig,config,viewParsingTimeoutLimit}',
|
||||
@ -11,7 +11,7 @@ WHERE json #>> '{pipelineType}' = 'metadata'
|
||||
AND json #>> '{sourceConfig,config,type}' = 'DatabaseMetadata';
|
||||
|
||||
|
||||
--update the timestamps to millis for dbt test results
|
||||
-- update the timestamps to millis for dbt test results
|
||||
UPDATE data_quality_data_time_series dqdts
|
||||
SET json = jsonb_set(
|
||||
dqdts.json::jsonb,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user