Generate report
To generate the Elementary report, execute theedr report command:
Filtering Reports
Elementary supports filtering the report by invocation during generation. The filtered report will only include data for the selected invocation (This applies only to theTest Results and Lineage screens).
There are three ways to filter the report by invocation:
- Last invocation - Filter by the last invocation (
dbt test/dbt build) that ran.
- Invocation time: Filter by the closest invocation to the provided time (in ISO format local time).
- Invocation id: Filter by the provided invocation id.
Development report
After runningedr report in the Paradime terminal, HTML and JSON files will be generated and saved in a folder called edr_target in your dbt™️ project.
To preview the report, use the following command in the terminal:
When done serving the Elementary Data observability report, use
Ctrl+C to interrupt the process in the terminal.