The GitHub Actions job "Tests AMD" on airflow.git/v3-0-test has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 9a8a50386fca28961e73c81c702342a913fac8d6 / Kaxil Naik <[email protected]> Fix the version for generated client (#50859) The command that was generated before: ``` docker run --rm -u 501:20 -v /Users/kaxilnaik/Documents/GitHub/astronomer/airflow/clients/python/v2.yaml:/spec.yaml -v /Users/kaxilnaik/Documents/GitHub/astronomer/airflow/clients/python/tmp:/output openapitools/openapi-generator-cli:v7.13.0 generate --input-spec /spec.yaml --generator-name python --git-user-id None --output /output --package-name airflow_client.client --git-repo-id airflow-client-python --additional-properties 'packageVersion="3.0.0"' ``` which caused things like `__version__ = ""2.10.0""` ( [here](https://github.com/apache/airflow-client-python/blob/4bd5b2544e30b05bd8cd03502dc99bd6784a20d6/airflow_client/client/__init__.py) ) or `__version__ = ""3.0.0""` in [here](https://github.com/apache/airflow-client-python/blob/38367b1158b777c87f51fe4d6283273031a4fb60/airflow_client/client/__init__.py#L17) While this does not cause error the user-agent and things are weird: ```py self.user_agent = 'OpenAPI-Generator/"3.0.0"/python' ``` vs ```py self.user_agent = 'OpenAPI-Generator/3.0.0/python' ``` (cherry picked from commit e1f4290de84966b087166b42999ae54383d8c1c1) Report URL: https://github.com/apache/airflow/actions/runs/15568565910 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
