ShakaibKhan commented on a change in pull request #18557:
URL: https://github.com/apache/airflow/pull/18557#discussion_r745987996



##########
File path: airflow/www/views.py
##########
@@ -702,6 +702,22 @@ def _iter_parsed_moved_data_table_names():
                 # Second segment is a version marker that we don't need to 
show.
                 yield segments[2], table_name
 
+        warn_deployment_query = session.query(Log).filter(Log.event == 
"robots").count()

Review comment:
       Wondering if it would be good enough to clear requests older than a week 
and only display the message on recent requests




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