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" )