dbt - Packages and Reusability
Given the following
packages.yml snippet, what version of dbt_utils will be installed if versions 0.8.0, 0.9.0, and 1.0.0 are available?- package: dbt-labs/dbt_utils version: ">=0.8.0,<1.0.0"
