mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-12 18:41:51 +00:00
3 lines
162 B
MySQL
3 lines
162 B
MySQL
![]() |
-- Remove markDeletedTablesFromFilterOnly
|
||
|
UPDATE ingestion_pipeline_entity
|
||
|
SET json = JSON_REMOVE(json ,'$.sourceConfig.config.markDeletedTablesFromFilterOnly');
|