Romain

Results 115 comments of Romain

whoohoo!! Thanks for merging!!!

You may be able to try CONDA_OVERRIDE_GLIBC=2.17 as an env var. You can also try the bleeding edge decorators that allow you to combine conda and pypi (see here: https://docs.metaflow.org/scaling/dependencies/libraries#bleeding-edge-versions-of-the-decorators)...

Something seems to have gotten lost -- there is no graph_info anymore.

I'm not sure why the dev test breaks. It doesn't even eem to run anything. @mt-ob , any ideas?

Hey @JettJones -- thanks for the feedback. Let me make sure I understand properly: - you package all your source (including metaflow and extensions) in a python package - you...

Interestingly, I am trying to solve another problem that would require me to "restrict" where the extension mechanism looks for participants. I thought of this at the same time and...

Here is the PR #2018. It's not fully wired up but here https://github.com/Netflix/metaflow/pull/2018/files#diff-2716376d206903ab020208c72913214109deb6b92f21db6dbb2bc9bfb92eef4aR863 you could possibly inject an env-var to set the restrict_to_directories argument that I added here: https://github.com/Netflix/metaflow/pull/2018/files#diff-2716376d206903ab020208c72913214109deb6b92f21db6dbb2bc9bfb92eef4aR334. If...

General comment: could we align on the names. The extension already does this: https://github.com/Netflix/metaflow-nflx-extensions/blob/main/metaflow_extensions/netflix_ext/plugins/environment_cli.py and for the limited functionality supported here, we could do the same names (ie: `resolve --force`)...

@bhogan-bdai -- the idea so far is to support a simple format like JSON (nested dicts basically) but other formats could be supported as well. We are also providing a...

Did you check if all your steps are indeed decorated with `@batch`?