feat: Add a write_to_athena
method to the WithAthena
class, writing dataframes to AWS athena.
#17
Labels
write_to_athena
method to the WithAthena
class, writing dataframes to AWS athena.
#17
Context
It is required that Dynamicio can directly write to AWS Athena.
Note: #9 is a pre-requisite for this task.
Task
write_to_athena
method to theWithAthena
class, writing dataframes to AWS athena.Suggested Approach
Dynamicio already uses the boto3 library to access AWS. You'll want to continue using the boto3 class for authentication, and reading/writing where possible.
Please contact
[email protected]
for instructions on how to test your code against a test AWS Athena instance.Acceptance Criteria
write_to_athena
method should write entire dataframes to athena tables.The Process
Please fork this repo, commit your changes on a branch, then send @miodohelper a PR request when your work is ready for review. Miodo will review the code before sending the PR for a final review by @Christos-Hadjinikolis.
Expected Duration
8hrs
The text was updated successfully, but these errors were encountered: