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

4 lines
200 B
MySQL
Raw Normal View History

2023-05-25 20:30:23 +05:30
-- Update the tableau data model enum
UPDATE dashboard_data_model_entity
SET json = JSON_SET(json, '$.dataModelType', 'TableauDataModel')
WHERE JSON_EXTRACT(json, '$.dataModelType') = 'TableauSheet';