Collibra DQ API to export all error records with rule details
Currently we are using
DQ API : /v2/get-rule-with-details
Request Method: GET
but we are only able to export 6 records per rule breaks.
Also we are trying with the -linkId in our commandline API and triggered API : /v2/getrulebreaks, but it seems that the result is not coming up.
Is there any handy REST API that can provide details of all the error records along with the rules it has failed?
mayukhdas1
Posted 4 years ago · Edited 1 year ago·Last reply 2 years ago
4 comments
George Luft
·4 years ago · EditedYou can also modify the preview limit beyond the default of 6—and the UI maximum of 50–using the /v2/getrules and /v2/createrule API calls. Please note that keeping large numbers of breaking records may affect job performance, metastore size, or even data retention policy.
henrytram
·4 years ago · Edited@mayukh.das.ulta.com These two v3 APIs work to fetch all broken records by job or dataset.
henrytram
·4 years ago · Edited@mayukh.das.ulta.com These two v3 APIs work to fetch all broken records by job or dataset.
archanaparamsetty
·2 years ago · EditedHi Henry,
I tried the above two V3 APIs to extract the failed records - i don’t see any results.
Could you please help me on this.