bbovenzi commented on a change in pull request #16931:
URL: https://github.com/apache/airflow/pull/16931#discussion_r729075558



##########
File path: airflow/www/templates/airflow/dag.html
##########
@@ -91,11 +91,15 @@ <h4 class="pull-right" style="user-select: 
none;-moz-user-select: auto;">
       <a class="label label-default" href="{{ url_for('DagRunModelView.list') 
}}?_flt_3_dag_id={{ dag.dag_id }}">
         Schedule: {{ dag.schedule_interval }}
       </a>
+      {% if dag.timetable.interval_description is not none %}
+      <span id="schedule-description-{{ dag.safe_dag_id }}" 
class="material-icons text-muted js-tooltip" aria-hidden="true" 
data-original-title="Runs: {{ dag.timetable.interval_description|string 
}}">info</span>
+      {% endif %}

Review comment:
       There are a few parts in views.py that you can see we sometimes need to 
access both a DAG and DagModel.
   
   
https://www.airbnb.com/rooms/52733416?adults=3&check_in=2021-10-24&check_out=2021-10-30&translate_ugc=false&federated_search_id=13dcea61-24c4-4e9d-863b-dea85dd715fa&source_impression_id=p3_1634179624_IoBtfeVEwh%2FrxoQL




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