def populate_comparison_results()

in configurations/RedshiftConfigTestingLambda.py [0:0]


def populate_comparison_results(script_s3_path, action, cluster_identifier, redshift_iam_role, bucket_name, db, user,
                                what_if_timestamp, raw_comparison_results_s3_path, comparison_results_s3_path):
    return run_sql_script_from_s3(script_s3_path=script_s3_path,
                                  action=action,
                                  cluster_identifier=cluster_identifier,
                                  redshift_iam_role=redshift_iam_role,
                                  bucket_name=bucket_name,
                                  db=db,
                                  user=user,
                                  what_if_timestamp=what_if_timestamp,
                                  raw_comparison_results_s3_path=raw_comparison_results_s3_path,
                                  comparison_results_s3_path=comparison_results_s3_path)