summon api: call python code from the user side #3079
Labels
discussion
requires active participation to reach a conclusion
feature request
Requesting a new feature
In the current implementation, the calling python function has to be specified in the repo:
dvcsummon.yaml
:And the function has to be in the repo. Otherwise it does not work:
We need to have an ability for the user to call his own code and specify the function name on his own code. Like this:
Or like in the initial issue #2719 description:
dvc.api.summon()
not indvcsummon.yaml
)The text was updated successfully, but these errors were encountered: