How do I get the status of this MP whether it is failed, passed?
I want to trigger another API query once this MP is finished. For this I need to get the status as response of this MP run.
Any help on this?
Best answer by anna.spakova
Hi @Hanish N,
thank you for your question. There are multiple ways how to get the job status:
through the dqEvalProjectJob mmm node - it return the ID of the entity (your MP, the status and other properties) - you can either use the graphQL API or you can use the ONE Metadata Reader step in Ataccama API
through DPM API
Since you say you want to trigger another job once the MP is finished, I recommend to use the Notification handler/Subscription - it will subscribe to the event of the dqEvalProjectJob and if there is any change, it will trigger a workflow that can then run another query. You can also use the Subscription API in other tools (like Python, etc.).
thank you for your question. There are multiple ways how to get the job status:
through the dqEvalProjectJob mmm node - it return the ID of the entity (your MP, the status and other properties) - you can either use the graphQL API or you can use the ONE Metadata Reader step in Ataccama API
through DPM API
Since you say you want to trigger another job once the MP is finished, I recommend to use the Notification handler/Subscription - it will subscribe to the event of the dqEvalProjectJob and if there is any change, it will trigger a workflow that can then run another query. You can also use the Subscription API in other tools (like Python, etc.).
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.