omkar-foss commented on PR #42848:
URL: https://github.com/apache/airflow/pull/42848#issuecomment-2403308682

   > Also can you double check that aliases are correctly documented in the 
specification (generated yaml / swagger). Because I had an issue earlier when 
experimenting with them.
   
   Yes, all 3 aliases seem to be correctly documented in the generated yaml as 
well as swagger. Line numbers for your quick reference as follows:
   - `dag_run_timeout` - 
[yaml](https://github.com/apache/airflow/blob/main/airflow/api_fastapi/openapi/v1-generated.yaml#L771),
 
[swagger](https://github.com/apache/airflow/blob/main/airflow/ui/openapi-gen/requests/types.gen.ts#L55)
   - `last_parsed` - 
[yaml](https://github.com/apache/airflow/blob/main/airflow/api_fastapi/openapi/v1-generated.yaml#L827),
 
[swagger](https://github.com/apache/airflow/blob/main/airflow/ui/openapi-gen/requests/types.gen.ts#L70)
   - `template_search_path` - 
[yaml](https://github.com/apache/airflow/blob/main/airflow/api_fastapi/openapi/v1-generated.yaml#L815),
 
[swagger](https://github.com/apache/airflow/blob/main/airflow/ui/openapi-gen/requests/types.gen.ts#L68)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to