apache/airflow
GitHub で見るImprove the error message when a required field from the API is not provided
Open
#57,721 opened on 2025年11月3日
area:APIarea:airflow-ctlgood first issue
Repository metrics
- Stars
- (44,809 stars)
- PR merge metrics
- (平均マージ 7d 18h) (30d で 834 merged PRs)
説明
Use pydantic is_required() and ask users to fill in before sending requests or building it. Auto-generate appropriate messages
Combine with #57634 if possible