-
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
Restore Python SDK 1.4 pandas load option classes with deprecation warning #1795
Conversation
Codecov ReportBase: 97.67% // Head: 93.49% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1795 +/- ##
==========================================
- Coverage 97.67% 93.49% -4.18%
==========================================
Files 23 93 +70
Lines 904 4967 +4063
Branches 0 492 +492
==========================================
+ Hits 883 4644 +3761
- Misses 21 232 +211
- Partials 0 91 +91
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was really quick, @utkarsharma2 ! Thanks for restoring the classes.
Feel free to merge it once the checks pass.
Co-authored-by: Phani Kumar <94376113+phanikumv@users.noreply.github.com>
…rning (#1795) # Description ## What is the current behavior? Currently, we have removed the pandas load options in minor release `1.5.0` which should only be done in major release `2.0.0` after sufficient deprecation warning in minor releases. ref: https://astronomer.slack.com/archives/C02B8SPT93K/p1677076539940629 ## What is the new behavior? In this PR we reintroduced pandas load options classes with deprecation warnings ## Does this introduce a breaking change? Nope ### Checklist - [ ] Created tests which fail without the change (if possible) - [ ] Extended the README / documentation, if necessary
Description
What is the current behavior?
Currently, we have removed the pandas load options in minor release
1.5.0
which should only be done in major release2.0.0
after sufficient deprecation warning in minor releases.ref: https://astronomer.slack.com/archives/C02B8SPT93K/p1677076539940629
What is the new behavior?
In this PR we reintroduced pandas load options classes with deprecation warnings
Does this introduce a breaking change?
Nope
Checklist