@Siva_Madhavan - I am also looking for similar dataset . I’m interested in failed detailed records with rule instance name. Pls let me know, If you already found the way to extract . TIA
@Anna_Nebesova @anna.spakova Any insights on the above topic or have this as product feature if not supported currently?
Hello @Siva_Madhavan , if I correctly understand your need - you would like to process detailed results from a monitoring project (DQ evaluation). There is an option to create a post-processing component (https://support.ataccama.com/home/docs/aip/latest/development-guides/one-desktop-development-guide/working-with-ataccama-one-platform/post-processing-plans) that is triggered after DQ evaluation and will give you all records of a monitored data set with information about failed DQ checks, which you can then process as you desire (export the failed records into CSV/database, create a summary report, ...). There is no other way how to obtain these detailed results on a record level.
Any other information (like the aggregated DQ results for instance), can be obtained using the Ataccama API (https://support.ataccama.com/home/docs/aip/latest/development-guides/one-development-guide/one-api) as you mention - you can use either the ONE metadata reader steps in ONE Desktop or more general GraphQL, based on your specific needs. API can also be used to trigger actions like monitoring, profiling etc.
Does this answer your question?
Hi @anna.spakova , are the above steps applicable for version 12.6.2?
Thanks @anna.spakova . yes that answered my question. However, I would like to highlight,this is limitation with the tool & a lack of feature for API. The need of API arise when people want to use for their data engineering purpose & truly we are redirected to use Post processing step in this case.
Secondly, Post processing plans are not built correct, the option doesnt export table names, Monitoring project etc and the CSV generated is not in human readable format and it includes both success & failure without proper format which needs lot of manual work.
@KP_DQ In 12.6.2 there is something called IDE component that can be configured in the monitoring project to also post-process the DQ results, or you can configure a CSV file export. As for the IDE component, as far as I remember, there was this issue, that when a Project was published (e.g. after performing changes), the IDE configuration was erased. And as for API, there is a REST API and all the calls are described here: https://support.ataccama.com/home/docs/aip/12.6.1/one-web-application/configuration-reference/one-rest-api-reference
@Siva_Madhavan thank you very much for the feedback, we are aware of the current limitations the post-processing components have and our product team is working on improvements for future versions.
Hi @anna.spakova - I have tried configuring the IDE component in the monitoring project.
I have followed the steps from the link-https://support.ataccama.com/home/docs/aip/12.6.2/one-web-application/data-quality-monitoring/projects/reports/ide-integration-report
- I enabled the IDE in the reports section in the project and it looks like below
“IDE integration Status To be configured in IDE”. - In IDE ,connected to Ataccama one web sever and navigated the project and able to change the output report by replacing “trash” to “output file writer” . In output file writer , I have specified the local system path (i.e- one of the path from my computer path).
- Saved and went back to one web and published the project and ran manually.
- nothing happened. Still the In the project report section- I am seeing the IDE status as still “IDE integration Status To be configured in IDE”.
- When I ran the project manually nothing written on the file.
Am I missing any steps?. Pls help with detailed steps. Thanks in Advance
Hello @KP_DQ , you are trying to do this locally or on some instance installed in your company? Because the path has to be reachable by the server where the runtime is installed. Can I ask you to reach to our support? https://support.ataccama.com/ They can navigate you better as I don’t remember the exact place where to configure the shortcuts.