Dhiraj Bokde
Dhiraj Bokde
> container registry is evolving to be more general-purpose Although, container registry is becoming more general purpose, it'll still be a single type of storage service for storing model data....
lgtm, but need to test it manually in a deployment
Is there also a general use case for supporting factory functions to provide the target instance?
My biggest issue was the go binary in the bin directory. I thought that was an overkill. I was ok with having the other tool dependencies in `bin`. And, I've...
About local go and project go versions, we can also look into using go [toolchain](https://go.dev/doc/toolchain)
If we read secrets as files instead of exploding them into env params, we can keep the job spec small and independent of the secret contents. The Python job implementation...
@Crazyglue are we thinking of creating bespoke copy jobs for different source and destination combinations, or something generic? The former would specify env variables, etc. where as the latter could...
Right, so @tarilabs mostly summarized what we discussed in our 1-on-1 on this. - Let's build the python executable to use gila and support 12-factor injection of secrets - Let's...
@pboyd we can rebase this after your catalog API PR is done. Can you also update the catalog configmap schema in this PR with its most recent version?
Why start with SQL directly, why not start with tagged ORM structs that we'll use with Gorm anyway?