Sakari Ikonen

Results 31 issues of Sakari Ikonen

The current Metaflow client truncates flow names to the maximum length of 253 characters for `metadata.name` for Kubernetes objects. This leads to an issue when deploying on Argo Workflows, where...

- use block styles for slack messages - add argo UI url and metaflow UI url's to the message if environment variable is configured Use https://app.slack.com/block-kit-builder for the message layout

- adding a security policy to detail how to safely disclose vulnerabilities. Discussion: - Supported versions, are all reports of interest, or should we already have a cut off at...

in review

DRAFT outline for versioning table triggers and introducing a cleanup process for setting them up, so we can update them successfully in case of required changes. Also trying out reducing...

introduces `logs scrub run_id/step/task_id` command for scrubbing logs of tasks. by default it deletes both stdout/stderr for the latest attempt of a task. Final feature set: - `logs [pathspec]` works...

Adds support for on demand Docker images. Open for discussion open todo's - [x] add fallback to `conda` environment when executing locally with `--environment docker` - [x] add support for...

#1814 swapped R test runner to ubuntu, due to them failing with macos-latest runners since the macos 14 update. Suggest looking into eventually fixing R tests so they can be...

bug

Related to the bug fix in #1736 it would be worth considering to reduce the number of reserved parameter names. One possible approach is to prefix the internal arguments with...

enhancement

Log scrubbing requests should leave some form of audit trail with info on who scrubbed them, and when. The main driver for the metadata though is for the Metaflow UI...

enhancement

fixes the following issue with the Helm chart: If deploying the default chart to a local cluster, the static UI will have an env var set that points to localhost:8083/api...