Andrew Dye

Results 7 issues of Andrew Dye

### Describe the bug When retrying a task we pass the previous checkpoint path in the task context. Today [we assume that the most recently available checkpoint is from the...

bug
stale

### Describe the issue We should add a checker to ensure that `goimports` has run, similar to Check Go Generate, and based on guidance in the [README](https://github.com/flyteorg/flyteadmin/blob/master/README.md?plain=1#L34). ### What if...

housekeeping

### Describe the bug Running `make generate` on a clean flyteadmin repo produces different results between go versions 1.18 and 1.19. This causes the Check Go Generate checker to fail...

bug
untriaged

### Description In the [spot/interruptible docs](https://docs.flyte.org/projects/cookbook/en/latest/auto_examples/containerization/spot_instances.html#setting-interruptible) we have the following note > If you set retries=n, for instance, and the task gets preempted repeatedly, Flyte will retry on a preemptible/spot...

documentation
hacktoberfest

## Why are the changes needed? By default `jsonpb.Unmarshal()`, `jsonpb.UnmarshalString`, and `jsonpb.Unmarshaler{}` sets `AllowUnknownFields` to `false`, which means that unmarshaling a proto message with a newly added field will fail...

### Describe the feature/command for FlyteCTL For `update` commands like `flytectl update cluster-resource-attribute` it's really easy to inadvertently override existing values. For commands that are mutating/destructive where `update` acts as...

enhancement
stale
backlogged

## Why are the changes needed? Today `TaskExecutionMetadata` includes `ExternalResourceInfo` with a [single field external_id field](https://github.com/flyteorg/flyte/blob/master/flyteidl/protos/flyteidl/event/event.proto#L269). This is insufficient for passing around and storing more complex plugin metadata. ## What...