You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Ephraim Anierobi <ep...@apache.org> on 2022/07/02 21:24:26 UTC

[VOTE] Release Airflow 2.3.3 from 2.3.3rc1

Hey fellow Airflowers,

I have cut Airflow 2.3.3rc1. This email is calling a vote on the release,
which will last at least 72 hours, from Saturday, July 2, 2022, at 09:20 pm
UTC
until Tuesday, July 5, 2022, at 09:20 pm UTC
<https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20220705T2120&p1=1440>,
and until 3 binding +1 votes have been received.

Status of testing of the release is kept in
https://github.com/apache/airflow/issues/24806

Consider this my (binding) +1.

Airflow 2.3.3rc1 is available at:
https://dist.apache.org/repos/dist/dev/airflow/2.3.3rc1/

*apache-airflow-2.3.3-source.tar.gz* is a source release that comes with
INSTALL instructions.
*apache-airflow-2.3.3.tar.gz* is the binary Python "sdist" release.
*apache_airflow-2.3.3-py3-none-any.whl* is the binary Python wheel "binary"
release.

Public keys are available at:
https://dist.apache.org/repos/dist/release/airflow/KEYS

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Only votes from PMC members are binding, but all members of the community
are encouraged to test the release and vote with "(non-binding)".

The test procedure for PMCs and Contributors who would like to test this RC
are described in
https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md\#verify-the-release-candidate-by-pmcs

Please note that the version number excludes the `rcX` string, so it's now
simply 2.3.3. This will allow us to rename the artifact without modifying
the artifact checksums when we actually release.

Release Notes:
https://github.com/apache/airflow/blob/2.3.3rc1/RELEASE_NOTES.rst

Changes since 2.3.2:
*Bugs*:

- Allow for ``LOGGING_LEVEL=DEBUG`` (#23360)
- Fix grid date ticks (#24738)
- Debounce status highlighting in Grid view (#24710)
- Fix Grid vertical scrolling (#24684)
- don't try to render child rows for closed groups (#24637)
- Do not calculate grid root instances (#24528)
- Maintain grid view selection on filtering upstream (#23779)
- Speed up ``grid_data`` endpoint by 10x (#24284)
- Apply per-run log templates to log handlers (#24153)
- Don't crash scheduler if exec config has old k8s objects (#24117)
- ``TI.log_url`` fix for ``map_index`` (#24335)
- Fix migration ``0080_2_0_2`` - Replace null values before setting
column not null (#24585)
- Patch ``sql_alchemy_conn`` if old Postgres schemes used (#24569)
- Seed ``log_template`` table (#24511)
- Fix deprecated ``log_id_template`` value (#24506)
- Fix toast messages (#24505)
- Add indexes for CASCADE deletes for ``task_instance`` (#24488)
- Return empty dict if Pod JSON encoding fails (#24478)
- Improve grid rendering performance with a custom tooltip (#24417, #24449)
- Check for ``run_id`` for grid group summaries (#24327)
- Optimize calendar view for cron scheduled DAGs (#24262)
- Use ``get_hostname`` instead of ``socket.getfqdn`` (#24260)
- Check that edge nodes actually exist (#24166)
- Fix ``useTasks`` crash on error (#24152)
- Do not fail re-queued TIs (#23846)
- Reduce grid view API calls (#24083)
- Rename Permissions to Permission Pairs. (#24065)
- Replace ``use_task_execution_date`` with ``use_task_logical_date`` (#23983)
- Grid fix details button truncated and small UI tweaks (#23934)
- Add TaskInstance State ``REMOVED`` to finished states and success
states (#23797)
- Fix mapped task immutability after clear (#23667)
- Fix permission issue for dag that has dot in name (#23510)
- Fix closing connection ``dbapi.get_pandas_df`` (#23452)
- Check bag DAG ``schedule_interval`` match timetable (#23113)
- Parse error for task added to multiple groups (#23071)
- Fix flaky order of returned dag runs (#24405)
- Migrate ``jsx`` files that affect run/task selection to ``tsx`` (#24509)
- Fix links to sources for examples (#24386)
- Set proper ``Content-Type`` and ``chartset`` on ``grid_data``
endpoint (#24375)

Cheers,
- Ephraim

Re: [VOTE] Release Airflow 2.3.3 from 2.3.3rc1

Posted by Ash Berlin-Taylor <as...@apache.org>.
Fix <https://github.com/apache/airflow/pull/24847>

On Tue, Jul 5 2022 at 12:37:12 -0000, Ephraim Anierobi 
<ep...@apache.org> wrote:
> Because of the bug that was found, I'm canceling this vote and will 
> create 2.3.3rc2 soon.
> 
> On 2022/07/02 21:24:26 Ephraim Anierobi wrote:
>>  Hey fellow Airflowers,
>> 
>>  I have cut Airflow 2.3.3rc1. This email is calling a vote on the 
>> release,
>>  which will last at least 72 hours, from Saturday, July 2, 2022, at 
>> 09:20 pm
>>  UTC
>>  until Tuesday, July 5, 2022, at 09:20 pm UTC
>>  
>> <<https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20220705T2120&p1=1440>>,
>>  and until 3 binding +1 votes have been received.
>> 
>>  Status of testing of the release is kept in
>>  <https://github.com/apache/airflow/issues/24806>
>> 
>>  Consider this my (binding) +1.
>> 
>>  Airflow 2.3.3rc1 is available at:
>>  <https://dist.apache.org/repos/dist/dev/airflow/2.3.3rc1/>
>> 
>>  *apache-airflow-2.3.3-source.tar.gz* is a source release that comes 
>> with
>>  INSTALL instructions.
>>  *apache-airflow-2.3.3.tar.gz* is the binary Python "sdist" release.
>>  *apache_airflow-2.3.3-py3-none-any.whl* is the binary Python wheel 
>> "binary"
>>  release.
>> 
>>  Public keys are available at:
>>  <https://dist.apache.org/repos/dist/release/airflow/KEYS>
>> 
>>  Please vote accordingly:
>> 
>>  [ ] +1 approve
>>  [ ] +0 no opinion
>>  [ ] -1 disapprove with the reason
>> 
>>  Only votes from PMC members are binding, but all members of the 
>> community
>>  are encouraged to test the release and vote with "(non-binding)".
>> 
>>  The test procedure for PMCs and Contributors who would like to test 
>> this RC
>>  are described in
>>  
>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md\#verify-the-release-candidate-by-pmcs 
>> <https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md/#verify-the-release-candidate-by-pmcs>
>> 
>>  Please note that the version number excludes the `rcX` string, so 
>> it's now
>>  simply 2.3.3. This will allow us to rename the artifact without 
>> modifying
>>  the artifact checksums when we actually release.
>> 
>>  Release Notes:
>>  <https://github.com/apache/airflow/blob/2.3.3rc1/RELEASE_NOTES.rst>
>> 
>>  Changes since 2.3.2:
>>  *Bugs*:
>> 
>>  - Allow for ``LOGGING_LEVEL=DEBUG`` (#23360)
>>  - Fix grid date ticks (#24738)
>>  - Debounce status highlighting in Grid view (#24710)
>>  - Fix Grid vertical scrolling (#24684)
>>  - don't try to render child rows for closed groups (#24637)
>>  - Do not calculate grid root instances (#24528)
>>  - Maintain grid view selection on filtering upstream (#23779)
>>  - Speed up ``grid_data`` endpoint by 10x (#24284)
>>  - Apply per-run log templates to log handlers (#24153)
>>  - Don't crash scheduler if exec config has old k8s objects (#24117)
>>  - ``TI.log_url`` fix for ``map_index`` (#24335)
>>  - Fix migration ``0080_2_0_2`` - Replace null values before setting
>>  column not null (#24585)
>>  - Patch ``sql_alchemy_conn`` if old Postgres schemes used (#24569)
>>  - Seed ``log_template`` table (#24511)
>>  - Fix deprecated ``log_id_template`` value (#24506)
>>  - Fix toast messages (#24505)
>>  - Add indexes for CASCADE deletes for ``task_instance`` (#24488)
>>  - Return empty dict if Pod JSON encoding fails (#24478)
>>  - Improve grid rendering performance with a custom tooltip (#24417, 
>> #24449)
>>  - Check for ``run_id`` for grid group summaries (#24327)
>>  - Optimize calendar view for cron scheduled DAGs (#24262)
>>  - Use ``get_hostname`` instead of ``socket.getfqdn`` (#24260)
>>  - Check that edge nodes actually exist (#24166)
>>  - Fix ``useTasks`` crash on error (#24152)
>>  - Do not fail re-queued TIs (#23846)
>>  - Reduce grid view API calls (#24083)
>>  - Rename Permissions to Permission Pairs. (#24065)
>>  - Replace ``use_task_execution_date`` with 
>> ``use_task_logical_date`` (#23983)
>>  - Grid fix details button truncated and small UI tweaks (#23934)
>>  - Add TaskInstance State ``REMOVED`` to finished states and success
>>  states (#23797)
>>  - Fix mapped task immutability after clear (#23667)
>>  - Fix permission issue for dag that has dot in name (#23510)
>>  - Fix closing connection ``dbapi.get_pandas_df`` (#23452)
>>  - Check bag DAG ``schedule_interval`` match timetable (#23113)
>>  - Parse error for task added to multiple groups (#23071)
>>  - Fix flaky order of returned dag runs (#24405)
>>  - Migrate ``jsx`` files that affect run/task selection to ``tsx`` 
>> (#24509)
>>  - Fix links to sources for examples (#24386)
>>  - Set proper ``Content-Type`` and ``chartset`` on ``grid_data``
>>  endpoint (#24375)
>> 
>>  Cheers,
>>  - Ephraim
>> 


Re: [VOTE] Release Airflow 2.3.3 from 2.3.3rc1

Posted by Ephraim Anierobi <ep...@apache.org>.
Because of the bug that was found, I'm canceling this vote and will create 2.3.3rc2 soon.

On 2022/07/02 21:24:26 Ephraim Anierobi wrote:
> Hey fellow Airflowers,
> 
> I have cut Airflow 2.3.3rc1. This email is calling a vote on the release,
> which will last at least 72 hours, from Saturday, July 2, 2022, at 09:20 pm
> UTC
> until Tuesday, July 5, 2022, at 09:20 pm UTC
> <https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20220705T2120&p1=1440>,
> and until 3 binding +1 votes have been received.
> 
> Status of testing of the release is kept in
> https://github.com/apache/airflow/issues/24806
> 
> Consider this my (binding) +1.
> 
> Airflow 2.3.3rc1 is available at:
> https://dist.apache.org/repos/dist/dev/airflow/2.3.3rc1/
> 
> *apache-airflow-2.3.3-source.tar.gz* is a source release that comes with
> INSTALL instructions.
> *apache-airflow-2.3.3.tar.gz* is the binary Python "sdist" release.
> *apache_airflow-2.3.3-py3-none-any.whl* is the binary Python wheel "binary"
> release.
> 
> Public keys are available at:
> https://dist.apache.org/repos/dist/release/airflow/KEYS
> 
> Please vote accordingly:
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> Only votes from PMC members are binding, but all members of the community
> are encouraged to test the release and vote with "(non-binding)".
> 
> The test procedure for PMCs and Contributors who would like to test this RC
> are described in
> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md\#verify-the-release-candidate-by-pmcs
> 
> Please note that the version number excludes the `rcX` string, so it's now
> simply 2.3.3. This will allow us to rename the artifact without modifying
> the artifact checksums when we actually release.
> 
> Release Notes:
> https://github.com/apache/airflow/blob/2.3.3rc1/RELEASE_NOTES.rst
> 
> Changes since 2.3.2:
> *Bugs*:
> 
> - Allow for ``LOGGING_LEVEL=DEBUG`` (#23360)
> - Fix grid date ticks (#24738)
> - Debounce status highlighting in Grid view (#24710)
> - Fix Grid vertical scrolling (#24684)
> - don't try to render child rows for closed groups (#24637)
> - Do not calculate grid root instances (#24528)
> - Maintain grid view selection on filtering upstream (#23779)
> - Speed up ``grid_data`` endpoint by 10x (#24284)
> - Apply per-run log templates to log handlers (#24153)
> - Don't crash scheduler if exec config has old k8s objects (#24117)
> - ``TI.log_url`` fix for ``map_index`` (#24335)
> - Fix migration ``0080_2_0_2`` - Replace null values before setting
> column not null (#24585)
> - Patch ``sql_alchemy_conn`` if old Postgres schemes used (#24569)
> - Seed ``log_template`` table (#24511)
> - Fix deprecated ``log_id_template`` value (#24506)
> - Fix toast messages (#24505)
> - Add indexes for CASCADE deletes for ``task_instance`` (#24488)
> - Return empty dict if Pod JSON encoding fails (#24478)
> - Improve grid rendering performance with a custom tooltip (#24417, #24449)
> - Check for ``run_id`` for grid group summaries (#24327)
> - Optimize calendar view for cron scheduled DAGs (#24262)
> - Use ``get_hostname`` instead of ``socket.getfqdn`` (#24260)
> - Check that edge nodes actually exist (#24166)
> - Fix ``useTasks`` crash on error (#24152)
> - Do not fail re-queued TIs (#23846)
> - Reduce grid view API calls (#24083)
> - Rename Permissions to Permission Pairs. (#24065)
> - Replace ``use_task_execution_date`` with ``use_task_logical_date`` (#23983)
> - Grid fix details button truncated and small UI tweaks (#23934)
> - Add TaskInstance State ``REMOVED`` to finished states and success
> states (#23797)
> - Fix mapped task immutability after clear (#23667)
> - Fix permission issue for dag that has dot in name (#23510)
> - Fix closing connection ``dbapi.get_pandas_df`` (#23452)
> - Check bag DAG ``schedule_interval`` match timetable (#23113)
> - Parse error for task added to multiple groups (#23071)
> - Fix flaky order of returned dag runs (#24405)
> - Migrate ``jsx`` files that affect run/task selection to ``tsx`` (#24509)
> - Fix links to sources for examples (#24386)
> - Set proper ``Content-Type`` and ``chartset`` on ``grid_data``
> endpoint (#24375)
> 
> Cheers,
> - Ephraim
> 

Re: [VOTE] Release Airflow 2.3.3 from 2.3.3rc1

Posted by Elad Kalif <el...@apache.org>.
We seems to have regression with Grid view
https://github.com/apache/airflow/issues/19785#issuecomment-1173948974

It works on 2.3.2 but not on 2.3.3RC1 (regardless of the bug user is
describing the DAG itself is breaking the Grid View)

On Mon, Jul 4, 2022 at 3:28 PM Phani Kumar
<ph...@astronomer.io.invalid> wrote:

> +1 non-binding
>
> Ran example_python_operator DAG after bringing up airflow using 2.3.3rc1
> image. It ran successfully.
>
> On Mon, Jul 4, 2022 at 5:18 PM Pankaj Koti <pa...@gmail.com>
> wrote:
>
>> +1 non-binding
>>
>> Used the RC as a base-image, installed astronomer-providers[google], ran
>> an example DAG for testing the async Google operators.
>> Outcome: Image gets built successfully, system comes up fine and the
>> example DAG runs fine end to end.
>>
>> On Sun, 3 Jul 2022 at 02:54, Ephraim Anierobi <ep...@apache.org>
>> wrote:
>>
>>> Hey fellow Airflowers,
>>>
>>> I have cut Airflow 2.3.3rc1. This email is calling a vote on the release,
>>> which will last at least 72 hours, from Saturday, July 2, 2022, at 09:20
>>> pm UTC
>>> until Tuesday, July 5, 2022, at 09:20 pm UTC
>>> <https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20220705T2120&p1=1440>,
>>> and until 3 binding +1 votes have been received.
>>>
>>> Status of testing of the release is kept in
>>> https://github.com/apache/airflow/issues/24806
>>>
>>> Consider this my (binding) +1.
>>>
>>> Airflow 2.3.3rc1 is available at:
>>> https://dist.apache.org/repos/dist/dev/airflow/2.3.3rc1/
>>>
>>> *apache-airflow-2.3.3-source.tar.gz* is a source release that comes with
>>> INSTALL instructions.
>>> *apache-airflow-2.3.3.tar.gz* is the binary Python "sdist" release.
>>> *apache_airflow-2.3.3-py3-none-any.whl* is the binary Python wheel
>>> "binary" release.
>>>
>>> Public keys are available at:
>>> https://dist.apache.org/repos/dist/release/airflow/KEYS
>>>
>>> Please vote accordingly:
>>>
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove with the reason
>>>
>>> Only votes from PMC members are binding, but all members of the community
>>> are encouraged to test the release and vote with "(non-binding)".
>>>
>>> The test procedure for PMCs and Contributors who would like to test this
>>> RC are described in
>>>
>>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md\#verify-the-release-candidate-by-pmcs
>>>
>>> Please note that the version number excludes the `rcX` string, so it's
>>> now
>>> simply 2.3.3. This will allow us to rename the artifact without modifying
>>> the artifact checksums when we actually release.
>>>
>>> Release Notes:
>>> https://github.com/apache/airflow/blob/2.3.3rc1/RELEASE_NOTES.rst
>>>
>>> Changes since 2.3.2:
>>> *Bugs*:
>>>
>>> - Allow for ``LOGGING_LEVEL=DEBUG`` (#23360)
>>> - Fix grid date ticks (#24738)
>>> - Debounce status highlighting in Grid view (#24710)
>>> - Fix Grid vertical scrolling (#24684)
>>> - don't try to render child rows for closed groups (#24637)
>>> - Do not calculate grid root instances (#24528)
>>> - Maintain grid view selection on filtering upstream (#23779)
>>> - Speed up ``grid_data`` endpoint by 10x (#24284)
>>> - Apply per-run log templates to log handlers (#24153)
>>> - Don't crash scheduler if exec config has old k8s objects (#24117)
>>> - ``TI.log_url`` fix for ``map_index`` (#24335)
>>> - Fix migration ``0080_2_0_2`` - Replace null values before setting column not null (#24585)
>>> - Patch ``sql_alchemy_conn`` if old Postgres schemes used (#24569)
>>> - Seed ``log_template`` table (#24511)
>>> - Fix deprecated ``log_id_template`` value (#24506)
>>> - Fix toast messages (#24505)
>>> - Add indexes for CASCADE deletes for ``task_instance`` (#24488)
>>> - Return empty dict if Pod JSON encoding fails (#24478)
>>> - Improve grid rendering performance with a custom tooltip (#24417, #24449)
>>> - Check for ``run_id`` for grid group summaries (#24327)
>>> - Optimize calendar view for cron scheduled DAGs (#24262)
>>> - Use ``get_hostname`` instead of ``socket.getfqdn`` (#24260)
>>> - Check that edge nodes actually exist (#24166)
>>> - Fix ``useTasks`` crash on error (#24152)
>>> - Do not fail re-queued TIs (#23846)
>>> - Reduce grid view API calls (#24083)
>>> - Rename Permissions to Permission Pairs. (#24065)
>>> - Replace ``use_task_execution_date`` with ``use_task_logical_date`` (#23983)
>>> - Grid fix details button truncated and small UI tweaks (#23934)
>>> - Add TaskInstance State ``REMOVED`` to finished states and success states (#23797)
>>> - Fix mapped task immutability after clear (#23667)
>>> - Fix permission issue for dag that has dot in name (#23510)
>>> - Fix closing connection ``dbapi.get_pandas_df`` (#23452)
>>> - Check bag DAG ``schedule_interval`` match timetable (#23113)
>>> - Parse error for task added to multiple groups (#23071)
>>> - Fix flaky order of returned dag runs (#24405)
>>> - Migrate ``jsx`` files that affect run/task selection to ``tsx`` (#24509)
>>> - Fix links to sources for examples (#24386)
>>> - Set proper ``Content-Type`` and ``chartset`` on ``grid_data`` endpoint (#24375)
>>>
>>> Cheers,
>>> - Ephraim
>>>
>>
>>
>> --
>> Best regards,
>> Pankaj Koti
>> +91 97300 79985
>>
>

Re: [VOTE] Release Airflow 2.3.3 from 2.3.3rc1

Posted by Phani Kumar <ph...@astronomer.io.INVALID>.
+1 non-binding

Ran example_python_operator DAG after bringing up airflow using 2.3.3rc1
image. It ran successfully.

On Mon, Jul 4, 2022 at 5:18 PM Pankaj Koti <pa...@gmail.com> wrote:

> +1 non-binding
>
> Used the RC as a base-image, installed astronomer-providers[google], ran
> an example DAG for testing the async Google operators.
> Outcome: Image gets built successfully, system comes up fine and the
> example DAG runs fine end to end.
>
> On Sun, 3 Jul 2022 at 02:54, Ephraim Anierobi <ep...@apache.org>
> wrote:
>
>> Hey fellow Airflowers,
>>
>> I have cut Airflow 2.3.3rc1. This email is calling a vote on the release,
>> which will last at least 72 hours, from Saturday, July 2, 2022, at 09:20
>> pm UTC
>> until Tuesday, July 5, 2022, at 09:20 pm UTC
>> <https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20220705T2120&p1=1440>,
>> and until 3 binding +1 votes have been received.
>>
>> Status of testing of the release is kept in
>> https://github.com/apache/airflow/issues/24806
>>
>> Consider this my (binding) +1.
>>
>> Airflow 2.3.3rc1 is available at:
>> https://dist.apache.org/repos/dist/dev/airflow/2.3.3rc1/
>>
>> *apache-airflow-2.3.3-source.tar.gz* is a source release that comes with
>> INSTALL instructions.
>> *apache-airflow-2.3.3.tar.gz* is the binary Python "sdist" release.
>> *apache_airflow-2.3.3-py3-none-any.whl* is the binary Python wheel
>> "binary" release.
>>
>> Public keys are available at:
>> https://dist.apache.org/repos/dist/release/airflow/KEYS
>>
>> Please vote accordingly:
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove with the reason
>>
>> Only votes from PMC members are binding, but all members of the community
>> are encouraged to test the release and vote with "(non-binding)".
>>
>> The test procedure for PMCs and Contributors who would like to test this
>> RC are described in
>>
>> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md\#verify-the-release-candidate-by-pmcs
>>
>> Please note that the version number excludes the `rcX` string, so it's now
>> simply 2.3.3. This will allow us to rename the artifact without modifying
>> the artifact checksums when we actually release.
>>
>> Release Notes:
>> https://github.com/apache/airflow/blob/2.3.3rc1/RELEASE_NOTES.rst
>>
>> Changes since 2.3.2:
>> *Bugs*:
>>
>> - Allow for ``LOGGING_LEVEL=DEBUG`` (#23360)
>> - Fix grid date ticks (#24738)
>> - Debounce status highlighting in Grid view (#24710)
>> - Fix Grid vertical scrolling (#24684)
>> - don't try to render child rows for closed groups (#24637)
>> - Do not calculate grid root instances (#24528)
>> - Maintain grid view selection on filtering upstream (#23779)
>> - Speed up ``grid_data`` endpoint by 10x (#24284)
>> - Apply per-run log templates to log handlers (#24153)
>> - Don't crash scheduler if exec config has old k8s objects (#24117)
>> - ``TI.log_url`` fix for ``map_index`` (#24335)
>> - Fix migration ``0080_2_0_2`` - Replace null values before setting column not null (#24585)
>> - Patch ``sql_alchemy_conn`` if old Postgres schemes used (#24569)
>> - Seed ``log_template`` table (#24511)
>> - Fix deprecated ``log_id_template`` value (#24506)
>> - Fix toast messages (#24505)
>> - Add indexes for CASCADE deletes for ``task_instance`` (#24488)
>> - Return empty dict if Pod JSON encoding fails (#24478)
>> - Improve grid rendering performance with a custom tooltip (#24417, #24449)
>> - Check for ``run_id`` for grid group summaries (#24327)
>> - Optimize calendar view for cron scheduled DAGs (#24262)
>> - Use ``get_hostname`` instead of ``socket.getfqdn`` (#24260)
>> - Check that edge nodes actually exist (#24166)
>> - Fix ``useTasks`` crash on error (#24152)
>> - Do not fail re-queued TIs (#23846)
>> - Reduce grid view API calls (#24083)
>> - Rename Permissions to Permission Pairs. (#24065)
>> - Replace ``use_task_execution_date`` with ``use_task_logical_date`` (#23983)
>> - Grid fix details button truncated and small UI tweaks (#23934)
>> - Add TaskInstance State ``REMOVED`` to finished states and success states (#23797)
>> - Fix mapped task immutability after clear (#23667)
>> - Fix permission issue for dag that has dot in name (#23510)
>> - Fix closing connection ``dbapi.get_pandas_df`` (#23452)
>> - Check bag DAG ``schedule_interval`` match timetable (#23113)
>> - Parse error for task added to multiple groups (#23071)
>> - Fix flaky order of returned dag runs (#24405)
>> - Migrate ``jsx`` files that affect run/task selection to ``tsx`` (#24509)
>> - Fix links to sources for examples (#24386)
>> - Set proper ``Content-Type`` and ``chartset`` on ``grid_data`` endpoint (#24375)
>>
>> Cheers,
>> - Ephraim
>>
>
>
> --
> Best regards,
> Pankaj Koti
> +91 97300 79985
>

Re: [VOTE] Release Airflow 2.3.3 from 2.3.3rc1

Posted by Pankaj Koti <pa...@gmail.com>.
+1 non-binding

Used the RC as a base-image, installed astronomer-providers[google], ran an
example DAG for testing the async Google operators.
Outcome: Image gets built successfully, system comes up fine and the
example DAG runs fine end to end.

On Sun, 3 Jul 2022 at 02:54, Ephraim Anierobi <ep...@apache.org>
wrote:

> Hey fellow Airflowers,
>
> I have cut Airflow 2.3.3rc1. This email is calling a vote on the release,
> which will last at least 72 hours, from Saturday, July 2, 2022, at 09:20
> pm UTC
> until Tuesday, July 5, 2022, at 09:20 pm UTC
> <https://www.timeanddate.com/worldclock/fixedtime.html?msg=8&iso=20220705T2120&p1=1440>,
> and until 3 binding +1 votes have been received.
>
> Status of testing of the release is kept in
> https://github.com/apache/airflow/issues/24806
>
> Consider this my (binding) +1.
>
> Airflow 2.3.3rc1 is available at:
> https://dist.apache.org/repos/dist/dev/airflow/2.3.3rc1/
>
> *apache-airflow-2.3.3-source.tar.gz* is a source release that comes with
> INSTALL instructions.
> *apache-airflow-2.3.3.tar.gz* is the binary Python "sdist" release.
> *apache_airflow-2.3.3-py3-none-any.whl* is the binary Python wheel
> "binary" release.
>
> Public keys are available at:
> https://dist.apache.org/repos/dist/release/airflow/KEYS
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Only votes from PMC members are binding, but all members of the community
> are encouraged to test the release and vote with "(non-binding)".
>
> The test procedure for PMCs and Contributors who would like to test this
> RC are described in
>
> https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md\#verify-the-release-candidate-by-pmcs
>
> Please note that the version number excludes the `rcX` string, so it's now
> simply 2.3.3. This will allow us to rename the artifact without modifying
> the artifact checksums when we actually release.
>
> Release Notes:
> https://github.com/apache/airflow/blob/2.3.3rc1/RELEASE_NOTES.rst
>
> Changes since 2.3.2:
> *Bugs*:
>
> - Allow for ``LOGGING_LEVEL=DEBUG`` (#23360)
> - Fix grid date ticks (#24738)
> - Debounce status highlighting in Grid view (#24710)
> - Fix Grid vertical scrolling (#24684)
> - don't try to render child rows for closed groups (#24637)
> - Do not calculate grid root instances (#24528)
> - Maintain grid view selection on filtering upstream (#23779)
> - Speed up ``grid_data`` endpoint by 10x (#24284)
> - Apply per-run log templates to log handlers (#24153)
> - Don't crash scheduler if exec config has old k8s objects (#24117)
> - ``TI.log_url`` fix for ``map_index`` (#24335)
> - Fix migration ``0080_2_0_2`` - Replace null values before setting column not null (#24585)
> - Patch ``sql_alchemy_conn`` if old Postgres schemes used (#24569)
> - Seed ``log_template`` table (#24511)
> - Fix deprecated ``log_id_template`` value (#24506)
> - Fix toast messages (#24505)
> - Add indexes for CASCADE deletes for ``task_instance`` (#24488)
> - Return empty dict if Pod JSON encoding fails (#24478)
> - Improve grid rendering performance with a custom tooltip (#24417, #24449)
> - Check for ``run_id`` for grid group summaries (#24327)
> - Optimize calendar view for cron scheduled DAGs (#24262)
> - Use ``get_hostname`` instead of ``socket.getfqdn`` (#24260)
> - Check that edge nodes actually exist (#24166)
> - Fix ``useTasks`` crash on error (#24152)
> - Do not fail re-queued TIs (#23846)
> - Reduce grid view API calls (#24083)
> - Rename Permissions to Permission Pairs. (#24065)
> - Replace ``use_task_execution_date`` with ``use_task_logical_date`` (#23983)
> - Grid fix details button truncated and small UI tweaks (#23934)
> - Add TaskInstance State ``REMOVED`` to finished states and success states (#23797)
> - Fix mapped task immutability after clear (#23667)
> - Fix permission issue for dag that has dot in name (#23510)
> - Fix closing connection ``dbapi.get_pandas_df`` (#23452)
> - Check bag DAG ``schedule_interval`` match timetable (#23113)
> - Parse error for task added to multiple groups (#23071)
> - Fix flaky order of returned dag runs (#24405)
> - Migrate ``jsx`` files that affect run/task selection to ``tsx`` (#24509)
> - Fix links to sources for examples (#24386)
> - Set proper ``Content-Type`` and ``chartset`` on ``grid_data`` endpoint (#24375)
>
> Cheers,
> - Ephraim
>


-- 
Best regards,
Pankaj Koti
+91 97300 79985