Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mlflow.yml is not parsed properly when using TemplatedConfigLoader #72

Closed
Galileo-Galilei opened this issue Sep 29, 2020 · 0 comments · Fixed by #91
Closed

mlflow.yml is not parsed properly when using TemplatedConfigLoader #72

Galileo-Galilei opened this issue Sep 29, 2020 · 0 comments · Fixed by #91
Labels
bug Something isn't working
Milestone

Comments

@Galileo-Galilei
Copy link
Owner

When you have a global variable in the mlflow.yml file (e.g mlruns: ${USER}/mlruns), the global variable is not replaced by its value even if the user has registered a TemplatedConfigLoader in his project. This is due to get_mlflow_config() to manually recreate the default ConfigLoader.

This is part of the numerous issues that will be fixed by #66.

@Galileo-Galilei Galileo-Galilei self-assigned this Sep 29, 2020
@Galileo-Galilei Galileo-Galilei added the bug Something isn't working label Sep 29, 2020
@Galileo-Galilei Galileo-Galilei added this to the Release 0.4.0 milestone Sep 29, 2020
@Galileo-Galilei Galileo-Galilei mentioned this issue Sep 29, 2020
3 tasks
@Galileo-Galilei Galileo-Galilei removed their assignment Oct 1, 2020
takikadiri added a commit to takikadiri/kedro-mlflow that referenced this issue Oct 11, 2020
@takikadiri takikadiri linked a pull request Oct 15, 2020 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant