apache/airflow
在 GitHub 查看Improve the error message when a required field from the API is not provided
Open
#57,721 建立於 2025年11月3日
area:APIarea:airflow-ctlgood first issue
倉庫指標
- Star
- (44,809 star)
- PR 合併指標
- (平均合併 7天 18小時) (30 天內合併 834 個 PR)
描述
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