+1 (binding)
Nit though: we are shipping airflow_client/tests/ in the installed
wheel which we shouldn't do. (Since it's under airflow_client/ folder
we don't need to fix it now, but we should fix it before the next
release please)
-ash
On Thu, Jul 28 2022 at 01:19:53 +05:30:00, Sumit Maheshwari
<sumeet.ma...@gmail.com> wrote:
Hello everyone,
I have cut the first release candidate for the Airflow Python Client
2.3.0. The client consists of APIs corresponding to REST APIs
available in *Apache Airflow 2.3.3* release. This email is calling
for a vote on the release, which will last for 72 hours. Consider
this my (binding) +1.
Airflow Client 2.3.0.rc1 is available at:
<https://dist.apache.org/repos/dist/dev/airflow/clients/python/2.3.0rc1/>
Or also available at PyPI:
<https://pypi.org/project/apache-airflow-client/2.3.0rc1/>
*airflow-client-2.3.0rc1-source.tar.gz* is a source release that
comes with INSTALL instructions.
*airflow-client-2.3.0rc1-bin.tar.gz* is the binary Python "sdist"
release.
Public keys are available at:
<https://dist.apache.org/repos/dist/release/airflow/KEYS>
Only votes from PMC members are binding, but the release manager
should encourage members of the community to test the release and
vote with "(non-binding)".
*Changelog*:
*Major changes:
*None
*Major fixes:
*None
*New API supported:*
PATCH /dags | Update DAGs
GET
/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/{map_index}
| Get a mapped task instance
GET
/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/listMapped
| List mapped task instances
Thanks,
Sumit Maheshwari
PMC Apache Airflow