sageworks
sageworks copied to clipboard
Athena Views: Investigate and Incorporate
Lets take a deeper dive on Athena Views and see how/where they fit into SageWorks.
https://docs.aws.amazon.com/athena/latest/ug/views.html
Okay, we have a view_manager
class now in SageWorks. It's a bit suboptimal, the main issue is that when you make a view you find yourself kinda reimplementing a bunch of stuff that the DataSource class already has, and then the question of well why not just create the Athena View (by whatever means) and then make a DataSource object out of it. Pushing to Future and we can revisit.