This is an automated email from the ASF dual-hosted git repository.
bkyryliuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 807bd65 Fix: Rejiggering some dependencies, trying to get CI to pass
(#10747)
add 4572ebb chore: log cache keys to the logs (#10678)
No new revisions were added by this update.
Summary of changes:
superset/common/query_context.py | 19 ++++-----
...ccess_model.py => 175ea3592453_cache_lookup.py} | 40 ++++++++++--------
superset/{utils/dates.py => models/cache.py} | 21 +++++-----
superset/utils/log.py | 1 -
superset/viz.py | 49 +++++++++++++++++-----
superset/viz_sip38.py | 22 +++++-----
tests/core_tests.py | 7 ++++
tests/query_context_tests.py | 5 ++-
8 files changed, 100 insertions(+), 64 deletions(-)
copy superset/migrations/versions/{5e4a03ef0bf0_add_request_access_model.py =>
175ea3592453_cache_lookup.py} (59%)
copy superset/{utils/dates.py => models/cache.py} (60%)
mode change 100644 => 100755