mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-12 11:39:39 +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'); |