The GitHub Actions job "Tests (AMD)" on 
airflow.git/airflowctl-positional-required-args has failed.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
7ae9d7ada507cf17277c25784ccfd255ba9a1a59 / 1fanwang <[email protected]>
airflowctl: make required CLI params positional, keep optional as --flag

Auto-generated commands such as ``airflowctl dags get-details`` now accept
required primitive parameters positionally:

    airflowctl dags get-details my_dag_id

instead of the previous ``--dag-id my_dag_id`` form. Optional parameters
and booleans keep the ``--flag`` form.

This follows the dev-list lazy consensus on airflowctl parameter style.

A parameter is considered required when the operation method declares it
without a default and without ``| None`` in its annotation. Datamodel-
expanded body fields are unaffected — they are not "parameters of the
operation method" in this sense and continue to use ``--flag``.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to