mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-24 14:23:27 +00:00
* Databricks Connection - User & Password clean * Fix: Python checkstyle failed * Fix: update the migration scripts
3 lines
151 B
SQL
3 lines
151 B
SQL
UPDATE dbservice_entity
|
|
SET json = json::jsonb #- '{connection,config,username}' #- '{connection,config,password}'
|
|
WHERE serviceType in ('Databricks'); |