flyteadmin icon indicating copy to clipboard operation
flyteadmin copied to clipboard

Control Plane for Flyte. Flyteadmin is a gRPC + REST Service written in golang and uses a RDBMs to store meta information and management information for Flyte Tasks and Workflows.

Results 23 flyteadmin issues
Sort by recently updated
recently updated
newest added

Signed-off-by: pmahindrakar-oss ## _Read then delete this section_ _- Make sure to use a concise title for the pull-request._ _- Use #patch, #minor or #major in the pull-request title to...

# TL;DR This PR implements the second part of the cache eviction RFC, evicting stored data of a past (task) execution. A new `CacheService` has been added for interacting with...

Signed-off-by: Haytham Abuelfutuh ## _Read then delete this section_ _- Make sure to use a concise title for the pull-request._ _- Use #patch, #minor or #major in the pull-request title...

Signed-off-by: Katrina Rogan # TL;DR Verbose email logging on sendgrid failures ## Type - [x] Bug Fix - [ ] Feature - [ ] Plugin ## Are all requirements met?...

Signed-off-by: Sean Lin ## _Read then delete this section_ _- Make sure to use a concise title for the pull-request._ _- Use #patch, #minor or #major in the pull-request title...

Signed-off-by: Sean Lin ## _Read then delete this section_ _- Make sure to use a concise title for the pull-request._ _- Use #patch, #minor or #major in the pull-request title...

Signed-off-by: Prafulla Mahindrakar # TL;DR The column used in ordering should be part of the group by clause aswell and hence have added the created_at column too. This wasn't happening...

no idea how rollback even works for sqlite since dropping columns appears to be [very convoluted](https://www.sqlitetutorial.net/sqlite-alter-table/)

Bump up flyteidl to add support for architecture for container/images : Ref: flyteorg/flyte#1539

Signed-off-by: Prafulla Mahindrakar # TL;DR Running admin in debug mode requires the compiler output to have debug bits. Added a new Makefile target compile_debug which does this and the script...