apache/airflow
Improve the error message when a required field from the API is not provided
Offen
#57.721 geöffnet am 03.11.2025
area:APIarea:airflow-ctlgood first issue
Repository-Metriken
- Stars
- (44.809 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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