The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/fix-airflowctl-date-parsing has succeeded.
Run started by GitHub user DHBhensdadia (triggered by potiuk).

Head commit for run:
1ab82f8c650e989459bcd9aa812b2f6ff86894b5 / Devansh <[email protected]>
Fix airflowctl date parameters rejecting every input value

Auto-generated commands derive their argparse ``type=`` callable from the
OpenAPI parameter annotation. For ``datetime.date`` that callable was the
class itself, which takes three integers rather than a string, so no value
a user could type was ever accepted. argparse surfaced the resulting
TypeError as "invalid date value", which reads as a formatting complaint
and gives no hint that the option cannot work at all.

Report URL: https://github.com/apache/airflow/actions/runs/31255408041

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to