-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Provider Migration: Update Oracle for Airflow 3.0 compatibility #52382
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
Provider Migration: Update Oracle for Airflow 3.0 compatibility #52382
Conversation
7c3231e
to
3c2b698
Compare
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.
You need to add test_version_compat.py
to the OVERLOOKED_TESTS in airflow-core/tests/unit/alway/test_project_structure.py
.
@potiuk why don't we filter them out by default just like build files, e.g:
modules_files = (f for f in modules_files if "version_compat.py" not in f.parts)
Yes. I checked the latest instruction early today, and working on making the changes. Thanks for the feedback! I also noticed the file is not actually present in the test folder. I would appreciate if I could get your help to understand more why we need the |
It ensures that for every file in providers/, there exists a corresponding test file. |
It's really helpful! Appreciate it |
3c2b698
to
557a796
Compare
@potiuk @sjyangkevin hello, plz check!!! This PR cause failure on ci process in local, and remote github ci environment in github ci |
Already fixed. You need to rebase to latest main @kyungjunleeme (ABR) (A)lways (B)e (R)ebased. |
@potiuk ah ha! Okay thank you |
Follow-up of #52292. Part of #52378
Step 3: Fix BaseOperatorLink.persist methods
persist
method in the operatorStep 4: Update test patterns
operator.run()
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in airflow-core/newsfragments.