This is an automated email from the ASF dual-hosted git repository.
amitmiran pushed a change to branch feat/extra_strategies
in repository https://gitbox.apache.org/repos/asf/superset.git.
from fa5d610 chore: refactor file structure
add 6eaeb2e chore : add license too all files
No new revisions were added by this update.
Summary of changes:
superset/tasks/caching/__init__.py | 16 ++++++++++++++++
superset/tasks/caching/strategies/__init__.py | 16 ++++++++++++++++
superset/tasks/caching/strategies/dashboard_tags.py | 17 +++++++++++++++++
superset/tasks/caching/strategies/dummy.py | 17 +++++++++++++++++
superset/tasks/caching/strategies/top_n.py | 17 +++++++++++++++++
superset/tasks/caching/strategies/utils.py | 17 +++++++++++++++++
superset/tasks/caching/strategy.py | 16 ++++++++++++++++
7 files changed, 116 insertions(+)