ashb commented on issue #4473: [AIRFLOW-3668] 'Zoom into sub DAG' button fix
URL: https://github.com/apache/airflow/pull/4473#issuecomment-510435611
 
 
   Not needed anymore. 1.10.4 the code looks like:
   
   ```js
   
           if (d in task_instances)
               try_number = task_instances[d].try_number;
           else
               try_number = 0;
           if (task.task_type == "SubDagOperator")
               call_modal(d, execution_date, try_number, true);
           else
               call_modal(d, execution_date, try_number);
   ```

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

Reply via email to