deps
dbt deps
pulls the most recent version of the dependencies listed in your packages.yml
from git. See Package-Management for more information.
▶Changelog
Where relevant, dbt will display up to date and/or latest versions of packages that are listed on dbt Hub. Example below.
This does NOT apply to packages that are installed via git/local
packages:- package: dbt-labs/dbt_utilsversion: 0.7.1- package: tailsdotcom/dbt_artifactsversion: 0.5.0-a1install-prerelease: true- package: dbt-labs/codegenversion: 0.4.0- package: calogica/dbt_expectationsversion: 0.4.1- git: https://github.com/dbt-labs/dbt-audit-helper.gitrevision: 0.4.0- git: "https://github.com/dbt-labs/dbt-labs-experimental-features" # git URLsubdirectory: "materialized-views" # name of subdirectory containing `dbt_project.yml`revision: 0.0.1- package: dbt-labs/snowplowversion: 0.13.0
Installing dbt-labs/dbt_utils@0.7.1Installed from version 0.7.1Up to date!Installing tailsdotcom/dbt_artifacts@0.5.0a1Installed from version 0.5.0a1Updated version available: 0.5.0Installing dbt-labs/codegen@0.4.0Installed from version 0.4.0Up to date!Installing calogica/dbt_expectations@0.4.1Installed from version 0.4.1Up to date!Installing https://github.com/dbt-labs/dbt-audit-helper.git@0.4.0Installed from revision 0.4.0Installing https://github.com/dbt-labs/dbt-labs-experimental-features@0.0.1Installed from revision 0.0.1and subdirectory materialized-viewsInstalling dbt-labs/snowplow@0.13.0Installed from version 0.13.0Updated version available: 0.13.1Installing calogica/dbt_date@0.4.0Installed from version 0.4.0Up to date!Updates available for packages: ['tailsdotcom/dbt_artifacts', 'dbt-labs/snowplow']Update your versions in packages.yml, then run dbt deps