SAME-Project / same-project

https://sameproject.ml/
Apache License 2.0
19 stars 8 forks source link

Need a way to filter required options #164

Closed aronchick closed 2 years ago

aronchick commented 2 years ago

If we look here - https://github.com/SAME-Project/same-project/blob/main/sameproject/cli/run.py#L58

We are passing through the required options for a given back end. But we don't do any filtering on those options when the data comes back, so, for example, if I'm running against Vertex, I need all the AML environment variables set.

We should filter the required options by the back end.

Bubblyworld commented 2 years ago

Closing as this was fixed by #165.