compare
Generate an Impact Report
The comparison by recipe is achieved by executing the piperider and dbt
commands by recipe configuration. The first run utilizes the base configuration, while the second run uses the target configuration. Subsequently, a comparison report is generated by the results obtained from both runs.
The default configuration will be generated while the project was initialized at .piperider/compare/default.yml
.
For configuration details, please see the link.
The --recipe
option can pick up another configuration at .piperider/compare/<recipe>.yml
Generate report
Generate static HTML reports in .piperider/outputs/<run>
based on the profiling results of the latest run
by default.
Option | Argument | Description |
---|---|---|
| Path to the | Generate a report based on a specific profiling |
| Path | Specify the output directory for the generated report |
| Path | Specify the path to read and write reports |
| N/A | Enable debugging output |
| N/A | List command-line options |
Last updated