From 2d34677fd2fddb9c2cb2f58379067f11b194a397 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Mon, 15 May 2023 17:15:17 -0700 Subject: [PATCH] Add grpc plugin to loader.go Signed-off-by: Kevin Su --- plugins/loader.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/loader.go b/plugins/loader.go index 68635dc78..388367ba3 100644 --- a/plugins/loader.go +++ b/plugins/loader.go @@ -17,5 +17,6 @@ import ( _ "github.com/flyteorg/flyteplugins/go/tasks/plugins/webapi/athena" _ "github.com/flyteorg/flyteplugins/go/tasks/plugins/webapi/bigquery" _ "github.com/flyteorg/flyteplugins/go/tasks/plugins/webapi/databricks" + _ "github.com/flyteorg/flyteplugins/go/tasks/plugins/webapi/grpc" _ "github.com/flyteorg/flyteplugins/go/tasks/plugins/webapi/snowflake" )