mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-21 21:29:30 +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}';
|