uranusjr commented on issue #61076: URL: https://github.com/apache/airflow/issues/61076#issuecomment-3944469410
OK I think this is what I’m going to do. To be honest I feel the current `dag_next_execution` output isn’t that useful to begin with. I want it to be able to show more fields. So I’m thinking * Deprecate the current `airflow dags next-execution dag-id` without additional flags (we’ll maybe change it to show one of the followings in 4.0) * Add `--table` to show a table of values. Probably include the logical date, data interval start and end, run_after, and the partition key. * Add `--value=<attr>` to show only one of the above value. How does this sound? -- 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]
