mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-08 09:39:02 +00:00
5 lines
195 B
MySQL
5 lines
195 B
MySQL
![]() |
-- we are not using the secretsManagerCredentials
|
||
|
UPDATE metadata_service_entity
|
||
|
SET json = json::jsonb #- '{openMetadataServerConnection.secretsManagerCredentials}'
|
||
|
where name = 'OpenMetadata';
|