fallintoplace opened a new pull request, #67395:
URL: https://github.com/apache/airflow/pull/67395

   ## What this does
   
   - handle the `None` sentinel in `airflow dags next-execution --table`
   - stop building table rows once there is no following schedule
   - add regression tests for `schedule=None` and `@once` with 
`--num-executions 2 --table`
   
   ## Why
   
   The non-table path already handles the "no next run" case, but the table 
path iterated over `DagRunInfo | None` and applied attribute getters 
unconditionally. That could raise when a DAG has `schedule=None`, or when an 
`@once` DAG is asked for additional executions.
   
   Closes #67394.
   
   ## Testing
   
   - Not run (not requested in this local workflow)
   


-- 
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]

Reply via email to