Daniel Sola
Daniel Sola
**Describe the bug** When accessing validation results for example like this: `validation_results.meta["active_batch_definition"]["batch_identifiers"]`, the keys are not in the same order as they were loaded according to the order of `batch_identifiers`...
## Why are the changes needed? Confusion regarding map task caching and regular task caching. ## What changes were proposed in this pull request? Docs change ## How was this...
### Describe the bug The type engine cannot parse `Optional` types when dealing with conditionals using variables coming from dynamic workflows. The `scalar.primitive.string_value` in the example is embedded in a...
## Why are the changes needed? Fixes some grammar, broken links and punctuation in the workflow lifecycle page. ## What changes were proposed in this pull request? Small nits ##...
It would be nice if we could have something like a boolean flag that controls if local container tasks output logs to the terminal. I think think could be added...
## Why are the changes needed? Adding a sync agent to query from influxdb; a timeseries database. ## What changes were proposed in this pull request? Added an influxdb task...
Recently the duckdb plugin was updated here: https://github.com/flyteorg/flytekit/pull/2680 This PR updates the flyte docs.
## Why are the changes needed? Automatic cache versioning might make UX easier in that cache versions don't need to be bumped manually each time a task is changed. Forgetting...
## Why are the changes needed? It would be nice to render pandas dataframes as tables in decks using markdown (`df.to_markdown()`). To do this we need to the `table` plugin...
### Motivation: Why do you think this is important? Right now, if `ImageSpec` can't find or create an image (e.g. Docker isn't running), it [assumes the image exists](https://github.com/flyteorg/flytekit/blob/d42a0024436a3bd70b3abddc12b2cd9541dbb67f/flytekit/image_spec/image_spec.py#L469) with `f"Flytekit...