bkyryliuk commented on a change in pull request #10675:
URL: 
https://github.com/apache/incubator-superset/pull/10675#discussion_r476680567



##########
File path: superset/views/core.py
##########
@@ -1437,6 +1437,7 @@ def warm_up_cache(  # pylint: 
disable=too-many-locals,no-self-use
         dashboard_id = request.args.get("dashboard_id")
         table_name = request.args.get("table_name")
         db_name = request.args.get("db_name")
+        extra_filters = request.args.get("extra_filters")

Review comment:
       it would be great if you could add comment section on how would it be 
possible to fetch extra_filters for the dashboards / charts




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to