14 lines
893 B
Plaintext
14 lines
893 B
Plaintext
# logger.info(f"top_commit_opportunities: {top_commit_opportunities}")
|
|
# logger.info(f"top_upside_opportunities: {top_upside_opportunities}")
|
|
# logger.info(f"combined_perf_changes: {combined_perf_changes}")
|
|
# logger.info(f"owner_kpi_data: {owner_kpi_data}")
|
|
# logger.info(f"kpi_data_dict: {kpi_data_dict}")
|
|
# logger.info(f"fy_quarter: {fy_quarter}")
|
|
# logger.info(f"current_quarter: {current_quarter}")
|
|
# logger.info(f"month_of_the_quarter: {month_of_the_quarter}")
|
|
|
|
# Load debug data from consolidate_review1s_report_load_data.py
|
|
debug_loader = ConsolidateReview1sReportLoadData()
|
|
(top_commit_opportunities, top_upside_opportunities, combined_perf_changes,
|
|
owner_kpi_data, kpi_data_dict, fy_quarter, current_quarter,
|
|
month_of_the_quarter) = debug_loader.get_debug_parameters() |