Dan Rammer
Dan Rammer
I'm not sure I have enough context on StructuredDatasets to completely understand this issue. It sounds like this type supports many different formats (ie. parquet, csv, etc), but the column...
OK, last two questions: (1) Does the format ever matter in a StructuredDataset? It seems that it can be used arbitrarily, and then if it doesn't matter why do we...
Quick update - the following example: ``` @task def say_hello() -> str: return 0 @workflow def my_wf() -> str: res = say_hello() return res ``` fails with: ``` [2/2] currentAttempt...
@wild-endeavor I have a PR open adding optional flags on k8s secrets for file mounts and env vars. This works when I manually create Pods for both, for example: ```...
@wild-endeavor pinging again on this. With the aforementioned PR, we can successfully create and start Pods with missing secrets (both file and env mounted) - but the Pods just hang...
This is an interesting issue, I think there are two things to answer here: (1) How do we mount volumes in Flyte tasks? (2) How can we programmatically create persistent...
Unfortunately I don't have a great idea. In our recent OSS planning meeting there was some push towards github discussions? That way these things are searchable, it's basically what stackoverflow...
> Should this behaviour be configurable from flyteadmin via configuration? I think so. To begin with, lets just add a top-level option which handles all workflows. If we find it...
@ckiosidis @honnix any chance that these pods were parts of subworkflows? Just submitted a [PR ](https://github.com/flyteorg/flytepropeller/pull/468) fixing an issue with aborting subworkflows where FlytePropeller failed to cleanup Pods. I'm looking...