OpenMetadata/bootstrap/sql/org.postgresql.Driver/v007__create_db_connection_info.sql

11 lines
421 B
MySQL
Raw Normal View History

-- Remove markDeletedTablesFromFilterOnly
UPDATE ingestion_pipeline_entity
SET json = json::jsonb #- '{sourceConfig,config,markDeletedTablesFromFilterOnly}';
UPDATE data_insight_chart
SET json = jsonb_set(
json,
'{dimensions}',
'[{"name":"entityFqn","chartDataType":"STRING"},{"name":"owner","chartDataType":"STRING"},{"name":"owner","entityType":"STRING"}]'
)
WHERE name = 'mostViewedEntities';