Analytics Manager
Introduction
Interact with your Dataplant’s Analytics Manager
Examples
Flush cache
from forepaas.qb import flush_cache_qb
# To flush your QB cache, you can pass the QB uri into the parameters
flush_cache_qb()
API Reference
- forepaas.qb.flush_cache_qb(params=None)
Flush QB cache from redis. The qb cache is set on metas to avoid calling the data warehouse too much. This will clean this cache for the QB to reset his metas. After some data has been imported in the dataplant, it is advised to launch this action
- Parameters:
params (dict) – Action params configured in the operator