dbt package installation
Configure connection profile
profiles.yml
.
This profile will be used by the CLI, to connect to the DWH and find the dbt package tables.The easiest way to generate the profile is to run the following command within the dbt project where you deployed the elementary dbt package (works in dbt cloud as well):profiles.yml
file.profiles.yml
.
Here is a demonstration:HOME_DIR/.dbt/profiles.yml
elementary
<your_dbt_project_schema>_elementary
Install CLI
edr --help
in order to ensure the installation was successful.If you're receiving command not found: edr
please check our troubleshooting guide.edr report
in your terminalTest Results
and Lineage
screens).
There are 3 ways to filter the report by invocation:
dbt test
/ dbt build
) that ran.dbt test
/ dbt build
) to the provided time (the provided time should be in ISO format local time).dbt test
/ dbt build
) id.