apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
36.45k stars 14.11k forks source link

Status of testing of Apache Airflow 2.7.3rc1 #35372

Closed ephraimbuddy closed 10 months ago

ephraimbuddy commented 10 months ago

Body

We are kindly requesting that contributors to Apache Airflow RC 2.7.3rc1 help test the RC.

Please let us know by commenting if the issue is addressed in the latest RC.

Thanks to all who contributed to the release (probably not a complete list!): @eumiro @SapphicCode @TJaniF @vchiapaikeo @dstandish @Bisk1 @yanivsin @jedcunningham @pankajastro @Sunny-Island @poupounetjoyeux @JDarDagran @potiuk @ThuanDoHung @eladkal @Kache @utkarsharma2 @hussein-awala @uranusjr @V0lantis @ahidalgob @Taragolis @ephraimbuddy

Committer

JDarDagran commented 10 months ago

35022 working as expected.

poupounetjoyeux commented 10 months ago

It's ok for #34836

utkarsharma2 commented 10 months ago

34952 https://github.com/apache/airflow/pull/34952 working fine.

Thanks, Utkarsh Sharma

On Thu, Nov 2, 2023 at 6:07 PM Quentin Bray @.***> wrote:

It's ok for #34836 https://github.com/apache/airflow/pull/34836

— Reply to this email directly, view it on GitHub https://github.com/apache/airflow/issues/35372#issuecomment-1790649194, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDLAHMQN36Z3ESQOL3HN7TYCOHXVAVCNFSM6AAAAAA62ZATRCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJQGY2DSMJZGQ . You are receiving this because you were mentioned.Message ID: @.***>

vchiapaikeo commented 10 months ago

https://github.com/apache/airflow/pull/35122 working as expected

Taragolis commented 10 months ago

Successfully build custom image with MariaDB client libraries instead of Oracle MySQL from https://github.com/apache/airflow/tree/2.7.3rc1

Check packages metadata, that limitation for packages/python included in it

Taragolis commented 10 months ago

https://github.com/apache/airflow/pull/35132 also included into the all_dbs package extra

potiuk commented 10 months ago

Checked all my changes - some of them were test only, others work fine 👍

I have however found that pip version in the final PROD image is not the expected one (23.0.1 instead of 23.3.1 - what would be suggested by #35029 and #35150). This is nothing critical or even serious - those are relatively new versions of pip and it's not a regression - it seems that we've always had this problem, simply pip version was not upgraded in the main segment of the image as the installed dependencies were copied from build image and we never upgraded pip in main image.

I opened PR with fix https://github.com/apache/airflow/pull/35387 but I think it's not a blocker for RC1, however if we do have a blocker and prepare RC2 and merge my PR, it should be cherry-picked as well.

Bisk1 commented 10 months ago

34931 works as expected

hussein-awala commented 10 months ago

I checked my changes, they all work as expected.

pankajastro commented 10 months ago

https://github.com/apache/airflow/pull/34738 and https://github.com/apache/airflow/pull/35194 looks good 👍

ephraimbuddy commented 10 months ago

Airflow 2.7.3 has been released. Thank you all for testing this release!

ThuanDoHung commented 10 months ago

So sorry i late, I try install airflow 2.7.3 release, and check bug start scheduler, trigger on daemon. I show scheduler run daemon fine, but triggerer not run daemon.

Bug of trigger daemon same: https://github.com/apache/airflow/issues/34816 ps:

  1. I upgrade airflow 2.7.2 to 27.3
  2. start: airflow triggerer -D (not run), airflow triggerer: run fine
potiuk commented 10 months ago

Please open a new issue about it as asked .