Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 804 Bytes

File metadata and controls

33 lines (23 loc) · 804 Bytes
title Upgrade Elementary dbt package
sidebarTitle Upgrade package

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

Upgrade Elementary dbt package

  1. On your packages.yml file, change the version to the latest:
packages:
  - package: elementary-data/elementary
    version: 0.23.0
  1. Run the command:
dbt deps
  1. When there's a change in the structure of the Elementary tables, the minor version is raised. If you're updating a minor version (for example 0.22.X -> 0.23.X), run this command to rebuild the Elementary tables:
dbt run --select elementary
**Note:** For CLI upgrades, refer to the [Elementary OSS upgrade guide](/oss/release-notes/upgrading-elementary#upgrade-elementary-cli).