Esempio n. 1
0
 def compute_aggregates(self):
     '''\
     This method has to be called as the last method when
     using the loader. It will add additional, required data
     to the database.
     '''
     log.debug("updating distinct values...")
     update_distincts(self.dataset.name)
     log.debug("updating all cubes...")
     Cube.update_all_cubes(self.dataset)