-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Provider Migration: Update yandex provider for Airflow 3.0 compatibility #52422
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 yandex provider for Airflow 3.0 compatibility #52422
Conversation
9b630fe
to
c3f2aa8
Compare
c3f2aa8
to
fec4e23
Compare
providers/yandex/src/airflow/providers/yandex/version_compat.py
Outdated
Show resolved
Hide resolved
Hi @potiuk @kaxil. I might need your help on yandex backward compat tests. Previously, when we called However, in our current Given this, should I just modify the AF2 test cases, or is there a better way to handle this? Thanks. |
Look at similar tests in google. I just fixed them a day ago or so: #52398 -> generally when in doubt - look for similar patterms in other providers. |
One pre-commit is failing:
|
Yep. No more common.compat dependency - should be removed :) |
Part of #52378
^ 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.