Concept Flow - Installing packages with packages.yml
Create packages.yml file
Add package details
Run 'dbt deps' command
dbt downloads packages
Packages installed in 'dbt_packages'
Use packages in your project
This flow shows how to add package info to packages.yml, run dbt deps to download, and then use the packages.