Hi,
We are using Ataccama one 12.6 version. We have a project containing 40+ models with 90 + rules. I am looking for an options to get the detailed invalid/failed records for each model. Like all the attributes from the model along with invalid rule instance names.
The idea is to get the whole failed dataset to automate the remediation process. We already have automated process to remediate the data using other technologies.
I don’t want to use the download results in csv option, because we are transitioning to latest version of Ataccama.
I am looking for couple of options
- Extract the detailed failed records from backend tables using sqls (where Ataccama stores the results) or would like to understand how those csv files are generated in backend and use the same way to get the data and store in db.
- Reading data through Ataccama inbuilt API’s and loading into a db. I am going through the GraphQL options. Could you please let me know, If there is way to get the similar data through GraphQL? If yes please share the sample query.
Thanks in Advance!