Downloading a Package from dbt Hub
Learn how to download a package stored in the dbt Hub.
We'll cover the following...
dbt Hub
Packages are dbt projects that contain reusable logic and can be imported into other projects. They foster software engineering best practices such as DRY code and version control.
dbt Hub is a repository of packages created by the dbt community. Downloading packages directly from dbt Hub has several benefits:
Packages must comply with a set of best practices to be accepted in the hub. Those best practices ensure a seamless user ...