zacharya19 commented on a change in pull request #6489: [AIRFLOW-3959] 
[AIRFLOW-4026] Add filter by DAG tags
URL: https://github.com/apache/airflow/pull/6489#discussion_r349534099
 
 

 ##########
 File path: airflow/www/views.py
 ##########
 @@ -213,6 +218,18 @@ def get_int_arg(value, default=0):
 
         arg_current_page = request.args.get('page', '0')
         arg_search_query = request.args.get('search', None)
+        arg_tags_filter = request.args.getlist('tags', None)
+        flask_session.permanent = True
 
 Review comment:
   Moved to app.py (with `@app.before_request`) since it's a global change and 
it makes more sense to be in the create_app func.

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