mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-03 14:47:59 +00:00

* Databricks Connection - User & Password clean * Fix: Python checkstyle failed * Fix: update the migration scripts
3 lines
153 B
SQL
3 lines
153 B
SQL
UPDATE dbservice_entity
|
|
SET json = JSON_REMOVE(json, '$.connection.config.username', '$.connection.config.password')
|
|
WHERE serviceType in ('Databricks'); |