ashb commented on a change in pull request #15423:
URL: https://github.com/apache/airflow/pull/15423#discussion_r626670584



##########
File path: airflow/www/views.py
##########
@@ -2078,6 +2078,71 @@ def tree(self):
             external_log_name=external_log_name,
         )
 
+    @expose('/calendar')
+    @auth.has_access(
+        [
+            (permissions.ACTION_CAN_READ, permissions.RESOURCE_DAG),
+            (permissions.ACTION_CAN_READ, permissions.RESOURCE_TASK_INSTANCE),
+            (permissions.ACTION_CAN_READ, permissions.RESOURCE_TASK_LOG),

Review comment:
       ```suggestion
   ```
   
   I don't think this makes sense to include, as it doesn't directly read the 
task logs.




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


Reply via email to