sageworks icon indicating copy to clipboard operation
sageworks copied to clipboard

Athena Views: Investigate and Incorporate

Open brifordwylie opened this issue 1 year ago • 1 comments

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

brifordwylie avatar Mar 12 '23 18:03 brifordwylie

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.

brifordwylie avatar Dec 14 '23 22:12 brifordwylie