flyte icon indicating copy to clipboard operation
flyte copied to clipboard

Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks.

Results 817 flyte issues
Sort by recently updated
recently updated
newest added

### 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...

documentation
untriaged
infrastructure
terraform migration

### 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...

enhancement
untriaged

### 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...

documentation

### 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...

bug
plugins

```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.

bug
flytekit

### 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...

enhancement
flytekit

### 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...

enhancement
ui

### 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...

enhancement
untriaged

# Describe the bug When running a dynamic task like so ![image](https://user-images.githubusercontent.com/2896568/181854083-c3940b81-2ae0-4722-bb15-d9da4f557883.png) clicking on the underlying generated task (n0-0-dn0), the pane that comes up on the right is for the...

bug
ui
untriaged

### 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...

good first issue
flytectl
adoption
housekeeping