Hello,
I have been working on this issue as a proof of concept - it would be extremely helpful to iterate through tables via loops in a few scenarios. I have a simple three column dimension that I added to a cached table.
cache lazy table hedis_cache select * from hofhc.hedis_dim
I then tried the following two methods. The first is coming up empty, whereas the second is returning data as a dataframe, not a python dictionary.
Any advice? Thanks in advance for all the help!