admin管理员组文章数量:1303327
I am wanting to verify within the pipeline that the row count before and after a dataflow matches, accounting for any rows which have been filtered out.
For example:
a) rowsRead = 500 b) rowsWritten = 450 c) rowsFiltered = 50
Since A = B + C
, the pipeline would pass. In the event that B + C ≠ A
, I would like the pipeline to fail.
but am struggling to get a count of the rows which have been filtered out
Image
Hoping someone can assist me in creating a system variable for the count of rows which have been filtered out.
本文标签: oracle adfADFRow count validation before and after dataflowStack Overflow
版权声明:本文标题:oracle adf - ADF - Row count validation before and after dataflow - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741757234a2396187.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论