tests.py [483:491]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            if not view_mode:
                graph = Query_on_DB_Table(
                    job_data_access_df,
                    workload_print_info,
                    'report-table-size-0907.csv' if not test_Spark else 'report-table-size-20241021.csv',
                    rep_threshold=rep_budget_rate,  # optimizer will figure out the actual budget based on the data
                    k=sample_rate,
                    log_dir=output_dir
                )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tests.py [546:554]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if not view_mode:
            graph = Query_on_DB_Table(
                job_data_access_df,
                workload_print_info,
                'report-table-size-0907.csv' if not test_Spark else 'report-table-size-20241021.csv',
                rep_threshold=rep_budget_rate,  # optimizer will figure out the actual budget based on the data
                k=sample_rate,
                log_dir=output_dir
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



