Created
October 7, 2020 15:40
-
-
Save johntmyers/8dc6f15e89efc8bed3d89a6476c275a1 to your computer and use it in GitHub Desktop.
Gretel Synthetics Report Generation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# With the latest Premium SDK, you can write your report to a HTML file for archiving and distribution | |
# ... assuming you have a ``bundle`` object from previous synthetic workloads | |
bundle.generate_report(report_path="./my_report.html") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment