Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 829 Bytes

README.rst

File metadata and controls

26 lines (17 loc) · 829 Bytes

Flyteadmin

Flyteadmin is the control plane for Flyte responsible for managing entities (task, workflows, launch plans) and administering workflow executions. Flyteadmin implements the AdminService which defines a stateless REST/gRPC service for interacting with registered Flyte entities and executions. Flyteadmin uses a relational style Metadata Store abstracted by GORM ORM library.

Before Check-In

Flyte Admin has a few useful make targets for linting and testing. Please use these before checking in to help suss out minor bugs and linting errors.

make goimports
make test_unit
make lint