dbt run
with the Elementary package models.
dbt package installation
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
What is a connection profile?
profiles.yml
.We recommend creating a dedicated database, or at least a schema.Elementary leverages dbt's connection profile format.dbt-core users
Just add a profile with the relevant details, and name it elementary
.What permissions are required for the elementary profile?
elementary
profile, including creating new schemas.edr --help
in order to ensure the installation was successful.
If you're receiving command not found: edr
please check our troubleshooting guide.