gbonazzoli opened a new issue #13476: URL: https://github.com/apache/airflow/issues/13476
**Description** Airflow 2.0.0 changed it's command line syntax in order to leverage it REST interface and it's well done. But I miss a very little switch that is the `--run_id` parameter in the `airflow dags trigger` **Use case / motivation** The use case is simple. An external bash script submit to airflow hundreds of dags every evening. A human operator the next morning checks the ones that failed, and the `--run_id` quickly identifies what had gone wrong. **Are you willing to submit a PR?** I'm not able to write contribute, but I think it is only to accept in the API the missed parameter and expose it also in the CLI interface. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
