dbt - Packages and Reusability
You added a package to
packages.yml but forgot to run dbt deps. What will happen when you run dbt run?packages.yml but forgot to run dbt deps. What will happen when you run dbt run?dbt deps downloads packages listed in packages.yml. Without running it, packages are not available locally.dbt run without installed packages causes errors because dbt cannot find the package code.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions