mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-18 22:53:09 +00:00
3 lines
153 B
MySQL
3 lines
153 B
MySQL
![]() |
UPDATE dbservice_entity
|
||
|
SET json = JSON_REMOVE(json, '$.connection.config.username', '$.connection.config.password')
|
||
|
WHERE serviceType in ('Databricks');
|