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

Custom backend XCom S3 #820

Merged
merged 4 commits into from Dec 23, 2022
Merged

Custom backend XCom S3 #820

merged 4 commits into from Dec 23, 2022

Conversation

rajaths010494
Copy link
Contributor

@rajaths010494 rajaths010494 commented Dec 20, 2022

Custom XCOM to upload xcom values to the S3 bucket for the given name.
Adding ENV AIRFLOW__CORE__XCOM_BACKEND: astronomer.providers.amazon.aws.xcom_backends.s3.S3XComBackend in the docker-compose.yaml or where the airflow is running will enable the custom XCOM for S3.

closes #795

@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Base: 98.51% // Head: 98.53% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (58a5163) compared to base (14d08ed).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #820      +/-   ##
==========================================
+ Coverage   98.51%   98.53%   +0.01%     
==========================================
  Files          87       88       +1     
  Lines        4780     4845      +65     
==========================================
+ Hits         4709     4774      +65     
  Misses         71       71              
Impacted Files Coverage Δ
...stronomer/providers/amazon/aws/xcom_backends/s3.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@phanikumv phanikumv left a comment

Choose a reason for hiding this comment

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

can you share a screenshot of data getting uploaded to s3 using this backend?

@rajaths010494
Copy link
Contributor Author

image

Attaching the screenshot

@rajaths010494
Copy link
Contributor Author

can you share a screenshot of data getting uploaded to s3 using this backend?

Added the screenshot

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.

Add custom XCOM backends - S3
3 participants