mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-13 07:56:20 +00:00
3 lines
158 B
MySQL
3 lines
158 B
MySQL
|
|
-- Remove markDeletedTablesFromFilterOnly
|
||
|
|
UPDATE ingestion_pipeline_entity
|
||
|
|
SET json = json::jsonb #- '{sourceConfig,config,markDeletedTablesFromFilterOnly}';
|