apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.26k stars 14.33k forks source link

Add base model for rest api; set from_attributes=True #44267

Open dstandish opened 15 hours ago

dstandish commented 15 hours ago

Add base model for rest api; set from_attributes=True

This enables us to have simpler API code, since we don't need to call model_validate as much.