mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-14 20:47:41 +00:00
5 lines
199 B
MySQL
5 lines
199 B
MySQL
![]() |
-- we are not using the secretsManagerCredentials
|
||
|
UPDATE metadata_service_entity
|
||
|
SET json = JSON_REMOVE(json, '$.openMetadataServerConnection.secretsManagerCredentials')
|
||
|
where name = 'OpenMetadata';
|