mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-31 22:53:00 +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}';
|