Oliver Dain

Results 21 issues of Oliver Dain

If you try to build the Docker container you get an error: ``` Reading package lists... W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease: The following signatures couldn't be verified because the public...

In order to use these models you have to clone a few git repos, manually install a bunch of stuff, use a specific, old version of Python, etc. The only...

### What happened? What actually happened, including error codes if applies. Steps to Reproduce: 1. Download the latest version of `lakectl` 2. Clone a repo with a decent amount of...

bug
contributor
P1

It would be nice to be able to disable the progress bars you see with `lakectl local clone` and other bulk operations. Use case: I have some ML training jobs...

improvement
contributor
P3
lakectl-local

# Summary Currently the `podGC` policy is set globally for the entire workflow. Sometimes it's helpful to be able to override it for a single step. ## Use Cases We...

type/feature
area/spec
area/gc

### What happened? The Python library installed via `pip install lakefs` does appear to have type hints. However, [mypy won't use them](https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages) unless there's a `py.typed` file in the package....

bug
contributor

docs: update the enhanced depends documentation It wasn't clear to me what `Omitted` and `Skipped` meant. I'm still not sure I have this correct but I'm going off [advice I...

area/docs
area/templates/dag

I'm wondering if there's any way to add attributes to individual queries. The use case is that we have a query or two that we know are slow and that's...

From a quick look at your source code it looks like the library is thoroughly type hinted. However, mypy complains: ``` error: Skipping analyzing "qreader": module is installed, but missing...

In #7732 the animated progress bars one sees when running commands like `lakectl local clone` or `lakctl fs download` can be *partially* disabled. I say partially because if you're running...

contributor
P2
feature-request