The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
69ed1ea12e09ff0a7e65614ea2ddb206522467c2 / Tzu-ping Chung <[email protected]>
Rename CLI flag that specifies execution date

The 'airflow dags trigger' command takes -e and --exec-date referring
to the legacy "execution date" name. New -l and --logical-date flags
have been added to refer to the new "logical date" name.

A custom argument action is implemented to emit a deprecation message
when either -e or --exec-date is used instead of the new flags. Note
that we do not use warnings.warn() here, but emit a message directly to
stderr, because this is intended to be fired by a CLI call, which does
not want the call stack provided by warnings.warn(). This is also what
argparse does when you use the new 'deprecated' option on an argument
(new in Python 3.13).

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

With regards,
GitHub Actions via GitBox


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

Reply via email to