flyte
flyte copied to clipboard
Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks.
### Description ## Background Ref: [This slack thread](https://flyte-org.slack.com/archives/C01P3B761A6/p1658974292802369). Some users may wish to have a simple deployment-to-GCP option, but do not currently have a registered domain they wish to bind...
### Motivation: Why do you think this is important? Currently caching happens at the task level, this means from entire workflows which can be cached incur the cost of running...
### Description The Authentication page includes some info on getting Flyte configured to use Keycloak, but it is missing some key pieces in the [OAuth2 Authorization Server](https://github.com/flyteorg/flyte/blob/master/rsts/deployment/cluster_config/auth_setup.rst#oauth2-authorization-server) section. It should...
### Describe the bug - k8s-array plugin The below example works if the input is 1000 Sample code: ```python from typing import List from flytekit import Resources, map_task, task, workflow...
```python @dynamic def use_result(a: int) -> int: x = t1(a=a) if len(x) > 6: return 5 else: return 0 ``` this dynamic task should fail when run locally.
### Motivation: Why do you think this is important? (Copying out a feature request from slack, hopefully I captured enough context here) I now understand the (important) distinction between dataclasses...
### Motivation: Why do you think this is important? Currently, the "Launch" button remains enabled, and submitting the form does nothing, when attempting to launch a workflow/task with an input...
### Motivation: Why do you think this is important? Flyte's Sagemaker integration uses the [sagemaker-operator-for-k8s](https://github.com/aws/amazon-sagemaker-operator-for-k8s) which has not seen much activity and feature enhancements since May 25, 2021. The newer...
# Describe the bug When running a dynamic task like so  clicking on the underlying generated task (n0-0-dn0), the pane that comes up on the right is for the...
### Describe the issue After installing `flytectl `but before running `flytectl init` if we run `flytectl version` command which we do during Getting started here https://docs.flyte.org/en/latest/getting_started/deploy.html then it shows confusing...