mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-25 17:37:57 +00:00
[Fix] Migrate Ingestion pipeline for Data Insights to be of user provider type (#14942)
* Data Insight Report Link Fix * Make the Data Insights Pipeline as User
This commit is contained in:
parent
410f351528
commit
270e76bdfb
@ -168,3 +168,6 @@ where serviceType = 'Mssql';
|
||||
DELETE FROM event_subscription_entity;
|
||||
DELETE FROM change_event_consumers;
|
||||
DELETE FROM consumers_dlq;
|
||||
|
||||
UPDATE ingestion_pipeline_entity SET json = JSON_SET(json, '$.provider', 'user')
|
||||
WHERE JSON_EXTRACT(json, '$.name') = 'OpenMetadata_dataInsight';
|
@ -180,3 +180,6 @@ where serviceType = 'Mssql';
|
||||
DELETE FROM event_subscription_entity;
|
||||
DELETE FROM change_event_consumers;
|
||||
DELETE FROM consumers_dlq;
|
||||
|
||||
UPDATE ingestion_pipeline_entity SET json = JSONB_SET(json::jsonb, '{provider}', '"user"', true)
|
||||
WHERE json->>'name' = 'OpenMetadata_dataInsight';
|
Loading…
x
Reference in New Issue
Block a user