From 54ca20c1899b145d1b16bf836796cfc6ad49ef22 Mon Sep 17 00:00:00 2001 From: darth-coder00 <86726556+darth-coder00@users.noreply.github.com> Date: Wed, 6 Oct 2021 09:03:45 +0530 Subject: [PATCH] Added Prefect to add service modal (#684) --- .../src/main/resources/ui/src/constants/services.const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-rest-service/src/main/resources/ui/src/constants/services.const.ts b/catalog-rest-service/src/main/resources/ui/src/constants/services.const.ts index d35b6df04c0..e1247825db2 100644 --- a/catalog-rest-service/src/main/resources/ui/src/constants/services.const.ts +++ b/catalog-rest-service/src/main/resources/ui/src/constants/services.const.ts @@ -77,7 +77,7 @@ export const serviceTypes: Record> = { ], messagingServices: ['Kafka'], dashboardServices: ['Superset', 'Looker', 'Tableau', 'Redash'], - pipelineServices: ['Airflow'], + pipelineServices: ['Airflow', 'Prefect'], }; export const arrServiceTypes: Array = [