Niels Bantilan

Results 179 issues of Niels Bantilan

### Motivation: Why do you think this is important? Currently, to use it with pytorch distributed data parallel with multiple nodees, you need to manually specify a custom pod template...

enhancement
backlogged

### Motivation: Why do you think this is important? Say I have the following flytekit project folder structure: ```python /my_project /src __init__.py module_a.py ... # etc tasks.py workflows.py setup.py ```...

enhancement
untriaged

For some reason I am unable to access the type checking command `merlin_type_command` on my command palette. ``` { "caption": "Merlin: Type expression under cursor", "command": "merlin_type_command" } ``` Sublime...

**Is your feature request related to a problem? Please describe.** Currently, the way pandera converts multiple checks into strategies is to use `filter`s in hypothesis. This is inefficient and causes...

enhancement

### Describe the bug When requesting multiple nodes (e.g. via `Elastic(nnodes=2)`, the Flyte UI doesn't render the log links correctly: ``` https://us-east-2.console.aws.amazon.com/cloudwatch/home?region=us-east-2#logsV2:log-groups/log-group/$252Faws$252Feks$252Fflyte-development$252Fworkloads/log-events/fluentbit-kube.var.log.containers.f68f625fdbdd54101a59-n1-0-worker-0_llm-fine-tuning-development_{{.containerName}}-{{.containerID}}.log ``` Note `{{.containerName}}-{{.containerID}}` at the end of the...

bug
backlogged

### Describe the bug Doing `remote.wait(ex)` on an execution that contains an `ArrayNode` errors out: ``` _ _ _ _ _ _ _ _ _ _ _ _ _ _...

bug
flytekit
backlogged

**Is your feature request related to a problem? Please describe.** Pandera currently doesn't support validating data in a persistent datastore (e.g. MySQL, Postgres, etc). It would benefit users to be...

enhancement

### Motivation: Why do you think this is important? Say I have the following flytekit project folder structure: ``` /my_project /src __init__.py module_a.py ... # etc tasks.py # imports modules...

enhancement
flytekit
backlogged