aminghadersohi commented on PR #44105: URL: https://github.com/apache/superset/pull/44105#issuecomment-5612484934
Thanks @gabotorresruiz — addressed in d2f02a560b. Both response schemas now include the cache-hit caveat in the model-facing `to_dttm` description, and the query-date documentation carries the same warning. I used `cache_status.cache_hit` rather than `performance.cache_status` because the latter is `no_data` on empty-result responses, including cached empty results. No behavior or parser changes. Verified the generated JSON schemas, all changed-file pre-commit hooks passed (including mypy and pylint), and the two targeted tool test files passed all 128 tests. -- 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]
