mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +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
					
				| @ -167,4 +167,7 @@ where serviceType = 'Mssql'; | |||||||
| 
 | 
 | ||||||
| DELETE FROM event_subscription_entity; | DELETE FROM event_subscription_entity; | ||||||
| DELETE FROM change_event_consumers; | DELETE FROM change_event_consumers; | ||||||
| DELETE FROM consumers_dlq; | 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 event_subscription_entity; | ||||||
| DELETE FROM change_event_consumers; | DELETE FROM change_event_consumers; | ||||||
| DELETE FROM consumers_dlq; | 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
	 Mohit Yadav
						Mohit Yadav