-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add Xcom req as per 1.3.3 and airflow 2.5 #1483
Conversation
Codecov ReportBase: 97.36% // Head: 97.36% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1483 +/- ##
=======================================
Coverage 97.36% 97.36%
=======================================
Files 19 19
Lines 682 682
=======================================
Hits 664 664
Misses 18 18 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. |
# Description ## What is the current behavior? Current docs don't reflect the new Xcom requirements. ## What is the new behavior? Modified the docs to reflect the new Xcom requirements. ## Does this introduce a breaking change? Nope. Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
Description
What is the current behavior?
Current docs don't reflect the new Xcom requirements.
What is the new behavior?
Modified the docs to reflect the new Xcom requirements.
Does this introduce a breaking change?
Nope.