mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-02-10 12:52:31 +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');
|