You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@byaka Your example uses CLI through a python entrypoint. That is pretty stable, almost no chance of us moving main() somewhere else anywhere in the future. So that (or just os.system("dvc ...") or Popen) totally works 🙂
The Repo class mentioned by @MrOutis is officially not as secure from changes as CLI, but you should be fine, as long as you use specific dvc version as a dependency in your project. 🙂
We want to use dvc commands right from our software.
As i see dvc dont have stable api for this.
what way u suggest?
i find this and here they use it like
Is this way ok or it can breaks on new versions?
The text was updated successfully, but these errors were encountered: