Hello,
I would like your help in order to understand how to run a dataset (or a dataflow) based on a trigger outside Domo.
Let's say, for instance, I have a python script that check a condition on my database and if the condition is met, it should trigger the execution of two mySql Connector in Domo.
Would this be possible somehow?
The closest thing I am able to do is to run manually a dataset or a dataflow with the Java CLI, but I was wondering if there is any API that can accomplish my request so that i can call this API whenever I need it.
I saw in another question an user talking about undocumented API, but I cannot find anything more about it.
It would be enough to understand how the two DOMO CLI commands
and
work in order maybe to emulate the same interaction with my Domo instance programmatically.