Fabio M. Graetz, Ph.D.

Results 32 issues of Fabio M. Graetz, Ph.D.

# TL;DR _Please replace this text with a description of what this PR accomplishes._ ## Type - [ ] Bug Fix - [x] Feature - [ ] Plugin ## Are...

## Why are the changes needed? Currently, all task log links appear in the Flyte UI once the respective pod(s) are running and they are never removed. In this PR...

enhancement
size:XL

Add tests for PR #4726. As a separate PR because the PR is getting too long already. The added tests test the fixes explained in [this](https://github.com/flyteorg/flyte/pull/4726#discussion_r1555020189) comment.

enhancement
size:L

### Describe the issue Currently, flytekit's `AuthUnaryInterceptor` lazily tries to refresh credentials, not only when a call to flyteadmin fails with 401 or grpc status 16 (UNAUTHENTICATED) but also grpc...

housekeeping

# TL;DR Bumping `flytectl`'s flyte dependencies to `1.10.6`. Can we make a new `flytectl` release after merging @wild-endeavor ? There hasn't been a release yet which contains https://github.com/flyteorg/flyte/pull/4189 and Mohd...

## Why are the changes needed? The multi-cluster deployment documentation is slightly ambiguous on how the networking between the data plane cluster flytepropeller service and control plane cluster datacatalog service...

### Describe the bug Let's consider this task: ```py @task(timeout=timedelta(seconds=120), retries=10) def foo(): from time import sleep sleep(3600) ``` I'm seeing two attempts: * The first timeout must have been...

bug

## Why are the changes needed? When configuring a [Flyte multi-cluster deployment](https://docs.flyte.org/en/latest/deployment/deployment/multicluster.html), one might want to use the control plane cluster also to schedule workflows. Currently, flyteadmin is not able...

The current link gives 404. ## Check all the applicable boxes - [x] I updated the documentation accordingly. - [ ] All new and existing tests passed. - [x] All...

### Describe the bug ```py from typing import Union from dataclasses import dataclass from flytekit import task, workflow @dataclass class A: a: int @dataclass class B: b: int @task def...

bug
hacktoberfest
backlogged