bi_etl.statistics module
Created on Mar 20, 2015
@author: Derek Wood
- class bi_etl.statistics.Statistics(stats_id: str, parent: Statistics = None, print_start_stop_times: bool = True)[source]
Bases:
object
Captures ETL task statistics
- __init__(stats_id: str, parent: Statistics = None, print_start_stop_times: bool = True)[source]
Constructor
- static flatten_statistics(container, prefix: str | None = None, results_container: dict = None) Dict[str, Any] [source]
- property statistics
- property timer