Eric Feunekes

Results 25 comments of Eric Feunekes

I think that makes sense. But my issue is more for the `first_name` column. It uses `base_column=customer_id`, therefore I would expect that for each unique `customer_id` there should be one...

Just curious if this is on the roadmap? I was working with `pex` files today, which can easily be several hundred mb, with `dbx sync` and it timed out, presumably...

I'm curious why you chose the ELO based competition. My understanding is that ELO is meant to help identify the relative skill of different players so you can say Annie...

Adding my +1. I'm building a bunch of centrally managed devcontainers for my team and would like to dynamically create containers for different runtime versions that are passed to something...

Not sure if it will help, but have you tried specifying the custom model (undocumented): https://github.com/Unstructured-IO/unstructured/pull/2462

> Are you wanting to deploy these bundles independently? Yes. Currently we have close to 100 jobs/pipelines (and growing fast). Deploying them all as an atomic unit slows down both...

> you could make that release number a directory and write the corresponding `bundle.yml` underneath that. Yeah I thought about doing it that way, but we currently have a cli...

> One possible solution is to have not a file name with the version number but a directory, and then place the config there. Thanks. I understand that you _can_...

Yeah that definitely makes sense regarding the additional complexity. I can provide some additional comments to help the discussion: - In dbx using jinja, filepaths are relative to the root...