ashb commented on a change in pull request #7446: [AIRFLOW-6474] list_dag_runs
cli command should allow exec_date between start/end range and print start/end
times
URL: https://github.com/apache/airflow/pull/7446#discussion_r380960677
##########
File path: airflow/bin/cli.py
##########
@@ -597,8 +608,12 @@ class CLIFactory:
'help': "List dag runs given a DAG id. If state option is given,
it will only "
"search for all the dagruns with the given state. "
"If no_backfill option is given, it will filter out "
- "all backfill dagruns for given dag id",
- 'args': ('dag_id', 'no_backfill', 'state', 'output',),
+ "all backfill dagruns for given dag id"
+ "If exec_date_from is given, it will filter out "
+ "all the dagruns that were executed before this date. "
+ "If exec_date_to is given, it will filter out "
+ "all the dagruns that were executed after this date. ",
Review comment:
What does this look like when you run `airflow dag_runs --list`? I think you
have formatting "bugs" in here.
----------------------------------------------------------------
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]
With regards,
Apache Git Services