apache / airflow

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

Status of testing of Apache Airflow 2.10.1rc1 #41956

Closed utkarsharma2 closed 1 week ago

utkarsharma2 commented 2 weeks ago

Body

We are kindly requesting that contributors to Apache Airflow RC 2.10.1rc1 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!): @gagan-bhullar-tech @obarisk @uranusjr @utkarsharma2 @bbovenzi @lh5844 @jedcunningham @amoghrajesh @jscheffl @shahar1 @potiuk @joaopamaral @collinmcnulty @Lee-W

Committer

obarisk commented 2 weeks ago

41591 works as expected

tested with airflow.providers.slack.notifications.slack_webhook.send_slack_webhook_notification and airflow.providers.discord.notifications.discord.DiscordNotifier

amoghrajesh commented 2 weeks ago

Tested my changes: https://github.com/apache/airflow/pull/41783, https://github.com/apache/airflow/pull/41680, https://github.com/apache/airflow/pull/41694 with breeze and all of them work as expected.

amoghrajesh commented 2 weeks ago

Also tested https://github.com/apache/airflow/pull/41890, for which I am the original contributor. I think we should cherry pick to retain the original author because the committer who cherry picks might not be fully aware of the scope of the change and shouldn't be responsible for testing it.

potiuk commented 2 weeks ago
  • Adding tojson filter to example_inlet_event_extra example dag (#41873) (#41890)

I think that needs some tooling improvement when generating the issue. The commit itself retains the original author:

Screenshot 2024-09-03 at 06 39 03

But cherry-picked PR does not (and it cannot, because you cannot make another person author of your PR). So when we generate the issue, we should read commit information and simply add all commit authors to the issue.

Created https://github.com/apache/airflow/issues/41969

potiuk commented 2 weeks ago

All good for my changes !

potiuk commented 2 weeks ago

One thing: @hadarsharon -> can you please check if your https://github.com/apache/airflow/issues/41891 is solved in RC1 ?

hadarsharon commented 2 weeks ago

Yes @potiuk I just checked and can confirm that #41891 is resolved in v2.10.1.rc1

Cheers

vatsrahul1001 commented 2 weeks ago

Noticed issue while using TriggerDagRunOperator

joaopamaral commented 2 weeks ago

Tested https://github.com/apache/airflow/pull/41809 with the following FAB version:

So all good for this change.

jscheffl commented 2 weeks ago

Can confirm the fixes/changes I contributed are in:

Lee-W commented 2 weeks ago

41834 was @tirkarthi 's fix. I just tested it, and it works fine. Thanks @tirkarthi !

tirkarthi commented 2 weeks ago

Thanks @Lee-W for the backport, it's working fine as expected.

jrderuiter commented 2 weeks ago

Confirmed that #42032 is working fine in the rc.

utkarsharma2 commented 1 week ago

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