Hi,
is there any functionality that others may have come up with (or i haven't found yet) to do somehow automate getting a list of record counts on specifc objects in INFOR Data Fabric or potentially using dBeaver or one or more API's
in a nutshell.....we have a customer created replication set that goes to the DataLake which has probably 50 business classes (if not more)....and we sometimes add more.
So doing 50 different select count(*) from <objectname> queries is Data Fabric is cumbersome.
one route i haven't tried yet is possibly doing a processflow and producing a list of objects in repsetbc business class that meet a certain naming convention that our custom replication uses....and then doing a compass query for each of those and append some sort of text saying "<object name> has <number of records>" to a msgbuilder.
i'm thinking others may have had this sort of request before.....thanks for any advice.