Vincent Chen

Results 7 issues of Vincent Chen

## Tracking issue Related to flyteorg/flyte#5365 ## Why are the changes needed? 1. We want to input multiple parameters through a single JSON/YAML file. eg. `pyflyte run wf.py --flyte-inputs input.json`...

## Tracking issue Related to #5489 ## Why are the changes needed? When a function accepts a `Union` of two dataclasses as input, Flyte cannot distinguish which dataclass matches the...

## Tracking issue Closes flyteorg/flyte#5910 ## Why are the changes needed? While converting dataclasses from Python types to literal types through the `to_literal` function, the dataclass will pass through the...

## Tracking issue Related to flyteorg/flyte#5365 ## Why are the changes needed? We want to update the docs for pyflyte when input through file and pipe. ## What changes were...

## Why are the changes needed? We want to support adding other docker commands while creating ImageSpec. ## What changes were proposed in this pull request? 1. Add a new...

## Tracking issue #3936 ## Why are the changes needed? We aim to enhance the default configuration by adding more customization options for agent users. Specifically, we are introducing custom...

## Tracking issue flyteorg/flyte#6081 ## Why are the changes needed? While the task input/output is represented as a dataclass or Pydantic model, using the get function to fetch the FlyteRemote...