+1 (binding) Tested on Python3.7 with Local and Celery executors.
I did find one minor (non-critical) bug relating to removal of "logger" in CLI. In the worker output we see: > Running %s on host %s <TaskInstance: example_dag.print_date12 > 2018-01-01T00:15:00+00:00 [queued]> themisto-2.localdomain That's missing the `%` operator to correctly interpolate the info (but the right values are there so it's not a problem). That said, maybe that output _should_ go through a logger. -ash > On 20 Dec 2019, at 12:36, Kaxil Naik <[email protected]> wrote: > > Hey all, > > I have cut Airflow 1.10.7 RC3. This email is calling a vote on the release, > which will last for 96 hours, until Tuesday, December 24nd at 12:30 UTC. > (I've extended the vote by a day to give two working days to test.) > > Consider this my (binding) +1. > > Airflow 1.10.7 RC3 is available at: < > https://dist.apache.org/repos/dist/dev/airflow/1.10.7rc3/> > > *apache-airflow-1.10.7rc3-source.tar.gz* is a source release that comes > with INSTALL instructions. > *apache-airflow-1.10.7rc3-bin.tar.gz* is the binary Python "sdist" release. > *apache_airflow-1.10.7rc3-py2.py3-none-any.whl* is the binary Python > "wheel" release. > > Public keys are available at: < > https://dist.apache.org/repos/dist/release/airflow/KEYS> > > As per normal the rc3 is available for testing from PyPi. > > Only votes from PMC members are binding, but members of the community are > encouraged to test the release and vote with "(non-binding)". > > Please note that the version number excludes the `rcX` string, so it's now > simply 1.10.6. This will allow us to rename the artifact without modifying > the artifact checksums when we actually release it. > > *Changes since 1.10.7rc2*: > - [AIRFLOW-6312] Unpin marshmallow-sqlalchemy for Py>3.5 (#6861) > - revert [AIRFLOW-6269] Add show config command in CLI (#6840) > > Regards, > Kaxil
