-
Notifications
You must be signed in to change notification settings - Fork 10
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
Clarification Regarding RepoAction #51
Comments
We normally don't call repo actions from script automation right? But, when we do we need to pass it. |
Oh ok fine. While I went through the code I found out that the command for finding the repo would be like : Is this the right way to find the repo? |
Actually we should support any identifier for a repo like below.
|
Oh yes. Got it. |
Hi @arjunsuresh , is there any situation where a user tries the fifth option? |
Line 961 in 9e9c933
Suppose there is a scenario where I pull a forked repo and I find the same by using |
Shouldn't cause a conflict as |
Hey folks, I'm reopening this issue as we might have missed a tricky part while merging PR for here we have used The above condition would be working without failures when we are using the For the situation where a person uses both |
Closing this discussion as its been decided to not concentrate on repo modification actions through mlc access. Feel free to reopen if you feel this feature is relevant to any of you use cases. |
run_args.get('item', run_args.get('artifact'))
In this line, the keys item and artifact, are these passed when we call mlcflow functions from the script automation code.
The text was updated successfully, but these errors were encountered: