Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement boto class skipping airflow hook #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pgvishnuram
Copy link
Contributor

Issue Description
currently db cleanup plugin fails to archieve data to aws s3 bucket and fails with error log db export failed with exception replace

Issue Explanation
After debugguing the code seems the code which calls the s3hook on airflow provider doesn't work anymore

Fix Added
with the new implementation we are calling the boto hook directly to copy data back to s3 bucket

Copy link
Contributor

@abhishekbhakat abhishekbhakat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, simple s3 boto client is what we need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants