mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-04 04:29:13 +00:00 
			
		
		
		
	Added Prefect to add service modal (#684)
This commit is contained in:
		
							parent
							
								
									bd8b5b56bf
								
							
						
					
					
						commit
						54ca20c189
					
				@ -77,7 +77,7 @@ export const serviceTypes: Record<ServiceTypes, Array<string>> = {
 | 
				
			|||||||
  ],
 | 
					  ],
 | 
				
			||||||
  messagingServices: ['Kafka'],
 | 
					  messagingServices: ['Kafka'],
 | 
				
			||||||
  dashboardServices: ['Superset', 'Looker', 'Tableau', 'Redash'],
 | 
					  dashboardServices: ['Superset', 'Looker', 'Tableau', 'Redash'],
 | 
				
			||||||
  pipelineServices: ['Airflow'],
 | 
					  pipelineServices: ['Airflow', 'Prefect'],
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const arrServiceTypes: Array<ServiceTypes> = [
 | 
					export const arrServiceTypes: Array<ServiceTypes> = [
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user