john-bodley commented on a change in pull request #15823:
URL: https://github.com/apache/superset/pull/15823#discussion_r678490473
##########
File path: superset/charts/api.py
##########
@@ -683,7 +683,7 @@ def data_from_cache(self, cache_key: str) -> Response:
f".cache_screenshot",
log_to_statsd=False,
)
- def cache_screenshot(self, pk: int, **kwargs: Dict[str, bool]) ->
WerkzeugResponse:
+ def cache_screenshot(self, pk: int, **kwargs: Any) -> WerkzeugResponse:
Review comment:
@ktmud I think it's a tad more complex that that as I believe the
information is being provided by the
[`@rison`](https://github.com/dpgaspar/Flask-AppBuilder/blob/3dd1eb28cb7646de2739491ca5e3e2c703ab7201/flask_appbuilder/api/__init__.py#L95)
decorator.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]