ktmud edited a comment on pull request #11714: URL: https://github.com/apache/incubator-superset/pull/11714#issuecomment-734009387
Hmm, sorry for being late to the party. But I think `path_no_int` should've been `path_no_param` because ideally you'd want to remove all parameters (e.g. slug) even if they are not int. Also, it would be more robust to get that path from URL pattern (either via the `_url` attribute added by `@expose` or manually passing it to the logger decorator) instead of manually cleaning up the string. ---------------------------------------------------------------- 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]
