We’re using version 15.4, mostly in the web tool.
We’re trying to a subset of our input tables for testing before implementation the full table(s) in Production.
We looked at using Data Slices, but we found that the ROWNUM feature of SQL met our purpose better:
- select * from (select * from dbname.tblname) where ROWNUM <=10000
Our primary question is how do we link/connect the SQL View and/or the Data Slice to the DQ Rule. We believe that it occurs in the Monitoring Project.
I looked thorough the Ataccama online documentation, and the Community, but I can’t find the options to make these either of these connections.
Any ideas!
Thanks!
Tim