awsdocs/aws-glue-developer-guide

How can we access Athena views from AWS Glue?

hastimal opened this issue · 1 comments

I am trying to access Athena views from Glue, not sure if we can do that either.

@hastimal , you can create a table in the Glue Data Catalog that access the Athena view through JDBC. See https://docs.aws.amazon.com/athena/latest/ug/views.html#considerations-views and also https://docs.aws.amazon.com/athena/latest/ug/glue-best-practices.html.

I hope this answers your question, and I sincerely apologize for the lateness of this response.