eschutho commented on code in PR #23298:
URL: https://github.com/apache/superset/pull/23298#discussion_r1129950168
##########
superset/views/core.py:
##########
@@ -2498,7 +2503,7 @@ def fetch_datasource_metadata(self) -> FlaskResponse: #
pylint: disable=no-self
@event_logger.log_this
@expose("/queries/<float:last_updated_ms>")
@expose("/queries/<int:last_updated_ms>")
- @deprecated()
+ @deprecated(new_target="api/v1/query/updated_since")
Review Comment:
nit, but I noticed that some of these new targets have trailing slashes and
some don't. is that the way the api is set up, do you know?
--
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]