amoghrajesh opened a new issue, #44978:
URL: https://github.com/apache/airflow/issues/44978

   ### Body
   
   Reference: https://github.com/apache/airflow/pull/44562/files#r1869482261
   
   In lieueu of the above comment, we should update all the request and 
response models for execution API to forbid any extra fields. Although it makes 
more sense to do so for any of the PUT/POST APIs. Check under 
`airflow/api_fastapi/execution_api/datamodels/*.py` to find all the models. 
These models will be in sync with what is present in 
`task_sdk/src/airflow/sdk/api/datamodels/_generated.py`. Idea is to update 
`airflow/api_fastapi/execution_api/datamodels/*.py` first and make relevant 
changes to `task_sdk/src/airflow/sdk/api/datamodels/_generated.py` after.
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


-- 
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