1 Answer
- Newest
- Most votes
- Most comments
0
- When you create the connector and query the data in Athena , Athena just queries the underlying datasource to give you the data . It does not extract the data and store in Athena itself , unless you do CTAS . When querying from Glue, try to read the actual datasource instead of Athena .
- You can also use the glue visual developer to see if it works and switch to the script mode to copy the code and use in your original job.
- Alternatively , in your glue code, use Boto3 to query the Athena table , store the results in a S3 file and read it to a DF
answered 2 years ago
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 6 months ago