elementary
profile.
When you deploy to production, you could orchestrate the CLI on the same system you use for running dbt core.
profiles.yml
file on the machine you are using to run Elementary.
This file contains the connection details for the CLI to access your DWH.
Here are the detailed steps for using Elementary on dbt cloud:
dbt run-operation elementary.generate_elementary_cli_profile
on the dbt cloud interface to generate a profile.~/.dbt/profiles.yml
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.