mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
* Databricks Connection - User & Password clean * Fix: Python checkstyle failed * Fix: update the migration scripts
3 lines
No EOL
153 B
SQL
3 lines
No EOL
153 B
SQL
UPDATE dbservice_entity
|
|
SET json = JSON_REMOVE(json, '$.connection.config.username', '$.connection.config.password')
|
|
WHERE serviceType in ('Databricks'); |