This is awesome! Here are short guides if anyone wants to test out the 2-to-3 migration tools.
1. Use "airflow config lint” command against your airflow env. It checks “airflow.cfg”, env vars etc. (Thanks to Ankit’s awesome work) 2. Update ruff [1] to 0.9.4 and run the following command ```shell ruff check [path to dags, plugins and etc.] --preview --select AIR301,AIR302,AIR303 ``` Here [2] is the list of Airflow-related error codes in the ruff. Best, Wei [1] https://docs.astral.sh/ruff/ [2] https://docs.astral.sh/ruff/rules/#airflow-air > On Feb 3, 2025, at 10:24 PM, Vincent Beck <[email protected]> wrote: > > Huge milestone!! Good job everyone for the hard work!! > > On 2025/02/02 08:03:54 Rahul Vats wrote: >> This is great news! Thanks, everyone, for your outstanding efforts in >> getting our first alpha release out for testing. >> >> We have a test plan available here >> <https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+3.0+Test+Plan>. >> I encourage community members to review the test plan, validate the >> available features in the alpha release, and report any issues they find. >> Additionally, we can document critical bugs in the test plan for better >> visibility. >> >> We also have a dedicated Slack channel, *#sig-airflow-3-qa-testing >> <https://apache-airflow.slack.com/archives/C07QYRL4FN0>*, where we can >> share testing updates and details. I request everyone to join the channel >> for better collaboration. >> >> Best regards, >> Rahul Vats >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
