Skip to content

How to specifty workgroup when using awswrangler.s3.to_parquet #2384

Answered by LeonLuttenberger
evyasonov asked this question in Q&A
Discussion options

You must be logged in to vote

Hey,

The s3.to_parquet method doesn't directly interact with Athena. It writes the data to S3, and if dataset=True is specified, the table information is stored in the Glue catalog. This is what makes the data accessible in Athena right away.

When you read the data via Athena, you can specify the workgroup. But it shouldn't need any write permissions.

Best regards,
Leon

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@evyasonov
Comment options

Answer selected by evyasonov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants