append_report: Add something to your report.

Description Usage Arguments Value

Description

Rather than rebuilding the report every time, append_report lets you add functions to a report that already exists on s3. Good for testing new functions, troubleshooting, or ad hoc requests.

Usage

1
append_report(report_path, func_list)

Arguments

report_path

The s3 path to the report.

func_list

List of functions to add, formatted exactly like your report list.

Value

Technically does not return anything. But report elements are globally assigned, so the new elements will be in memory.


christiantillich/syberiaReports documentation built on July 24, 2019, 1:56 p.m.