Remove Provider Deprecations in Oracle#44704
Conversation
c7cc411 to
02584c5
Compare
uuups, yeah, totally over-looked this :-( Thanks for the hints! |
Better to verifying docs if the deprecation is completely removing the class :) |
02584c5 to
22da86e
Compare
|
@jscheffl it seems the test failures are because of this https://github.com/apache/airflow/pull/44704/files#diff-a1ced97245f107006f7a972734c2e5e7ff79da3816f5762c6c2bc1fc2e17f806R26. may be removing these deprecations |
or is it something related dag versioning |
22da86e to
0b42915
Compare
* Remove Provider Deprecations in Oracle * Remove docs from removed operator and examples
In Airflow 3 Dev Call we discussed and made a LAZY CONSENSUS to remove all deprecation's in providers prior 2.11 release in https://lists.apache.org/thread/lhy7zhz8yxo3jjpln0ds8ogszgb9b469.
This PR is for the provider Oracle
Relates to #44559