Katrina Rogan
Katrina Rogan
### Motivation: Why do you think this is important? It's difficult to debug what resource requests or limits are from the task sidebar when we use the enum name, e.g....
### Motivation: Why do you think this is important? When flyteadmin fails JWT token validation, the request fails with ``` Unauthenticated desc = token parse error [JWT_VERIFICATION_FAILED] Could not retrieve...
**Motivation: Why do you think this is important?** Now that recovery mode is implemented, see https://github.com/flyteorg/flyte/issues/1151 it would be helpful to interact with executions by recovering them in flytekit remote....
**Motivation: Why do you think this is important?** In calls to the admin api it's not always desirable or necessary to return a fully-fledged response object. For example, in a...
**Motivation: Why do you think this is important?** Users can provide labels for workflow executions using launch plans at execution time. It's useful to be able to search across executions...
Currently we have hand-curated mocks which are tedious to add for new interfaces
### Motivation: Why do you think this is important? Currently the [execution models](https://github.com/flyteorg/flytekit/blob/master/flytekit/models/execution.py) expose a subset of the underlying [execution fields](https://github.com/flyteorg/flyteidl/blob/master/protos/flyteidl/admin/execution.proto). We should expose the abort_metadata in the closure and...
### Motivation: Why do you think this is important? A running Flyte deployment logs frequent slow SQL: ``` flyteadmin-794f779986-mqrs7 flyteadmin flyteadmin-794f779986-mqrs7 flyteadmin 2022/08/24 19:09:37 /go/src/github.com/flyteorg/flyteadmin/pkg/repositories/gormimpl/workflow_repo.go:79 SLOW SQL >= 200ms flyteadmin-794f779986-mqrs7...
### Motivation: Why do you think this is important? It's difficult as a user when I try to register Flyte inventory and get back ``` details: task with different structure...
### Describe the bug Setting the task resource attributes for a project with {"project":"foo","domain":"development","limits":{"cpu":"4096","memory":"8Ti"}} causes flyteadmin to panic on resolving task resource attributes at create execution time We shouldn't accept...