OpenMetadata/bootstrap/sql/migrations/native/1.12.4/mysql/postDataMigrationSQLScript.sql
2026-03-20 09:41:15 +00:00

4 lines
198 B
SQL

UPDATE ingestion_pipeline_entity
SET json = JSON_REMOVE(json, '$.sourceConfig.config.threadCount')
WHERE pipelineType = 'profiler'
AND JSON_EXTRACT(json, '$.sourceConfig.config.threadCount') = 5;