Upgrade Elementary dbt package
- On your
packages.ymlfile, change the version to the latest:
packages.yml
- Run the command:
- If this is a change of minor version (like
0.4.X->0.5.X), run also:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
packages.yml file, change the version to the latest:packages:
- package: elementary-data/elementary
version: < latest version >
dbt deps
0.4.X -> 0.5.X), run also:dbt run --select elementary
pip install elementary-data --upgrade