edr --help
in order to ensure the installation was successful.
If you're receiving command not found: edr
please check our troubleshooting guide.
config.yml
:
HOME_DIR/.dbt/profiles.yml
- Connection details to the data warehouse, in the format of dbt connection profile named elementary
.HOME_DIR/.edr/config.yml
- Elementary configuration.How to create 'profiles.yml'?
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
dbt-core user? You already have profiles.yml
profiles.yml
file that you can use. The default path of the dbt profiles file is ~/.dbt/
directory.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.How to create 'config.yml'?
Anonymous tracking
config.yml
file:Have a question?