I have a situation where a third party stores data in daily tables, where if the record count exceeds two million a subsequent table is created, and so on, named [date]_x.
Now, we have a reporting requirement and need to consume this data. Manual UNION SQL and other ETL operations have been performed in the past, which I am trying to automate.
My first feeling was to throw everything into a data lake and map-reduce on AWS. However, looking at Tableau, I was hoping to make use of some of its automation to expedite the solution. Now, I'm not sure this is the best solution.
Suggestions please?