-
For example, right now we have "Meeting Types" that each have a `type` property. The value of this property is something like `council` or `boe` (board of education). But the MeetingType `title` prop …
-
Don't continually retry when connecting to an external database (which should exist)
Right now pachd tries indefinitely to connect to a database and should instead crash. As well, the current log m…
-
**What is the goal / desired outcome?**
When a put file fails because pachd got an OOMkill, pachctl itself doesn't provide a helpful message on what happened and what action to take (add the `-p` f…
-
**What is the goal / desired outcome?**
I want to be able to have annotations to be automatically added to every pipeline which is being created, regardless of who creates it and whether they specify…
-
**What happened?**:
I've created a shuffle pipeline that takes a "/" glob with files:
```
a.json
b.json
c.json
```
and creates an output with combinations:
```
/pfs/out/a_b/a.json
/pfs/out/a…
-
**What happened?**:
I'm running pachyderm on-premises using a rook v1.2/ceph v14.2.5 object store.
Job got stuck on merge step, with the following error appearing over and over in the logs f…
-
## Background
We often have users upgrading patch versions as bug fixes, etc come out. Especially if they've deployed on a cloud provider, this is error prone for users.
A simple `pachctl undep…
-
We have many data sets, many models and several algorithms, and as of yet, no consensus about what to run with which model and algorithm. There are many data flow / provenance / experiment tracking f…
-
eg. `Failed to save pipeline "edges-cross": name images was used more than once` should be `Failed to save pipeline "edges-cross": name `"`images`"` was used more than once` (note quotes around "image…
-
Is there cases where the worker sidecar image would not be `pachyderm/pachd` at the same version as the pachd master node?
Eliminating `WORKER_SIDECAR_IMAGE` would simplify our manifest, reduce the…