Closed
Description
I got it sort of working in GitLab
For that i needed to undo #36 locally.
And artifact uploading is currently broken due to it not being supported by the library. I have a patch for that too.
I see two paths forward i could see working:
- Do an AbstractMLFlow of which GitLabMLFlow and DagshubFlow are implementations which diverge in how URI is calculated
- Break how URI is calculated and change the internal structure of
MLFlow
to allow different endpoints based on arguments passed at the MLFlow struct creation