mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-08 09:39:02 +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}';
|