You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/19 22:39:00 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #25141: Show dataset readiness for the next run

jedcunningham commented on code in PR #25141:
URL: https://github.com/apache/airflow/pull/25141#discussion_r925010988


##########
airflow/www/views.py:
##########
@@ -852,6 +852,11 @@ def index(self):
                 permissions.RESOURCE_DAG,
             ) in user_permissions
 
+            dataset_triggered_dag_ids = {dag.dag_id for dag in dags if dag.schedule_interval == "Dataset"}

Review Comment:
   These are DagModels, so `schedule_on` isn't an option. Might be worth looking at a property later.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org