imagine we have 100 views for which we need to find the count difference in 2 different db’s .we need to create a dynamic query in a while loop which looks up view names one by one and runs until the requirement is met.
I have a few questions to ask :
- Can we have a “JDBC Reader” which can read dynamic queries? For example, using a “Global Variable” in the JDBC Reader query to pick up view_names for every iteration.
- As per the solution above, we need to create a while loop to cater multiple iteration. Is there any method/function in Ataccama to achieve this?