flyte
flyte copied to clipboard
Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks.
Signed-off-by: Samhita Alla This PR removes welcome bot config from boilerplate cause it's moved to .github repository. Issue: https://github.com/flyteorg/flyte/issues/1963
### Description pyflyte register has been merged but there are no example or documentation. Need to figure out how to fit this into the story, and explain what it is,...
### Motivation: Why do you think this is important? We should cache flyte deck in execution, otherwise, FlyteConsole won't display the deck file when the cache is hit To cache...
### Motivation: Why do you think this is important? Currently adding new Python dependencies to a task requires users to create a new docker image with these dependencies, which takes...
### 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...
### Describe the issue Cookie cutter template: https://github.com/flyteorg/flytekit-python-template Comes with a Dockerfile, scripts and configs but one thing it lacks is demonstrating best practices around iteration/development (CI/CD) as described [here](https://docs.flyte.org/en/latest/deployment/ideal_flow.html#case-study-mlops-at-lyft)....
What: https://github.com/stitchfix/hamilton defines a way to model a micro-workflow. Flyte models a macro view. So idea (I think) would be to run a Hamilton DAG within a flyte task more...
### Describe the bug As it stands, users wishing to enable CloudWatch logs will need to go through the AWS Process to do so [here](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-logs-FluentBit.html) and then manually modify the...
# Ray Support This issue encapsulates Ray task support in Flyte Please see https://docs.google.com/document/d/1-695lxz8a-GFz4cFamGkF1NhspKMkDGIDdkY9EDLMz8/edit for additional information - [x] #2642 Related to https://github.com/flyteorg/flyte/issues/427 also. ## Misc ### Are you sure...
### Motivation: Why do you think this is important? Currently there's no way to easily specify "latest" `version` when invoking Flyte APIs that take in an `Identifier`. This requires making...