OpenMetadata/bootstrap/sql/com.mysql.cj.jdbc.Driver/v005__create_db_connection_info.sql

3 lines
153 B
MySQL
Raw Normal View History

UPDATE dbservice_entity
SET json = JSON_REMOVE(json, '$.connection.config.username', '$.connection.config.password')
WHERE serviceType in ('Databricks');