Hey fellow Airflowers, I have cut the first release candidate for the Airflow Go Client 2.5.0rc1. The client consists of APIs corresponding to REST APIs available in *Apache Airflow 2.5.0*. This email is calling for a vote on the release, which will last for 72 hours.
Consider this my (non-binding) +1. As I'm not a member of the PMC, Ephraim signed the distribution. Airflow Client 2.5.0rc1 is available at: https://dist.apache.org/repos/dist/dev/airflow/clients/go/2.5.0rc1/ Or also available on github: https://github.com/apache/airflow-client-go/tree/2.5.0rc1/ *apache-airflow-client-2.5.0rc1-source.tar.gz* is a source 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:* - NA *Major fixes:* - NA *New API supported:* - GET /datasets/events | Get dataset events - GET /datasets | Get datasets - GET /datasets/{id} | Get a dataset - POST /dags/{dag_id}/dagRuns/{dag_run_id}/clear | Clear a dagrun endpoint - GET /dags/{dag_id}/dagRuns/{dag_run_id}/upstreamDatasetEvents | Get dataset events for a DAG run - 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 Cheers, Pierre
