mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-10 10:40:42 +00:00
3 lines
151 B
MySQL
3 lines
151 B
MySQL
![]() |
UPDATE dbservice_entity
|
||
|
SET json = json::jsonb #- '{connection,config,username}' #- '{connection,config,password}'
|
||
|
WHERE serviceType in ('Databricks');
|