Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Add grpc plugin to loader.go
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed May 16, 2023
1 parent 9a4ea00 commit 2d34677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 2d34677

Please sign in to comment.