anasatzemoso commented on issue #49157:
URL: https://github.com/apache/airflow/issues/49157#issuecomment-3232777271

   Sharing my findings:
   1. In Airflow 2.9.3, the /dags/{dag_id}/tasks API fails if retries=None, 
even though DAG execution itself works fine.
   2. In Airflow 3.x, this issue no longer occurs — the API returns a proper 
response even when retries=None.
   
   So it looks like this has already been fixed in v3. Do we want to keep this 
issue open for 2.x, or close it since it doesn’t affect DAG runs and works fine 
in 3.x?
   
   Also, is there any documentation/example for running Airflow v2 with Breeze?


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