apache/airflow

Make positional parameters as a destionation paramater for auto-generated commands

Open

#60 142 ouverte le 5 janv. 2026

Voir sur GitHub
 (13 commentaires) (1 réaction) (0 assignés)Python (16 781 forks)batch import
area:CLIarea:airflow-ctlgood first issuekind:feature

Métriques du dépôt

Stars
 (44 809 stars)
Métriques de merge PR
 (Merge moyen 7j 18h) (834 PRs mergées en 30 j)

Description

Description

What We need to make adjustments in this file. https://github.com/apache/airflow/blob/a4f3417bb0ae22a447b974e5e543af45e55e3c7f/airflow-ctl/src/airflowctl/ctl/cli_config.py#L499-L584

airflowctl will understand whether the parameter is nullable. If it is not nullable, we should add as a destination parameter, and if it is nullable, it will be positional.

Example: from airflow connections create --connection-id="test" --conn-type="test" ... to airflow connections create test test ...

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Guide contributeur