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