Skip to content

Commit

Permalink
Add grpc plugin to loader.go (flyteorg#562)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored May 16, 2023
1 parent 05540d9 commit b461ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytepropeller/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 b461ba5

Please sign in to comment.