Skip to main content

Documentation Index

Fetch the complete documentation index at: https://elementary-core-831-task-10-docs-update-elementary-oss-repo.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

On new releases, you will need to upgrade the Elementary CLI and the dbt package.

Upgrade Elementary dbt package

  1. On your packages.yml file, change the version to the latest:
packages.yml
packages:
  - package: elementary-data/elementary
    version: < latest version >
  1. Run the command:
dbt deps
  1. If this is a change of minor version (like 0.4.X -> 0.5.X), run also:
dbt run --select elementary

Upgrade Elementary CLI

Just run:
pip install elementary-data --upgrade