-
Notifications
You must be signed in to change notification settings - Fork 41
Setting up Elementary for a client
Rohit K. Chatterjee edited this page Sep 12, 2024
·
1 revision
- Add elementary to their
packages.yml
- Specify the elementary schema name in their
dbt_project.yml
- Create the elementary tracking tables
- Create their
elementary_profiles/profiles.yml
- Create their dataflow using
python manage.py createedrsendreportdataflow
https://docs.elementary-data.com/oss/quickstart/quickstart-cli-package
dbt run-operation elementary.generate_elementary_cli_profile --profiles-dir profiles
Note: the profile generated by the above command skips the keys sslmode
and sslrootcert
which need to be copied over manually from profiles/profiles.yml