jedcunningham commented on PR #46849: URL: https://github.com/apache/airflow/pull/46849#issuecomment-2670226662
> I have one more question. I noticed that `arg_subdir` is an unused argument in the `dag_state` cli command since the required fields are `dag_id` and either `logical_date` or `run_id` (which are unique for each DAG run). > > Do you think we should modify the function to support `dag-bundle`, allowing it to display all DAG runs for the specified `dag_bundle`, or should I simply remove `arg_subdir`? I'd just remove it. Single dagrun level like that, it doesn't really make sense to support bundle name - I suspect this was a bad copy/paste. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
