dbt-labs / dbt-utils

Utility functions for dbt projects.
https://hub.getdbt.com/dbt-labs/dbt_utils/latest/
Apache License 2.0
1.38k stars 499 forks source link

Move profiles config to project flags #926

Closed dbeatty10 closed 4 months ago

dbeatty10 commented 4 months ago

resolves #925

Problem

The migration guide for v1.8 includes:

Solution

Move from config: from profiles.yml to flags: in dbt_project.yml.

Checklist