[CT-2282] Determine how to favor attributes from dbt_project.yml
over those form CLI flags or env vars
#7140
Labels
dbt_project.yml
over those form CLI flags or env vars
#7140
Details
After looking at #6882, the execution team determined that we probably removed the capability of using fields set in
dbt_project.yml
in ourFlags
object that we pass around. The way to reintroduce this capability is unclear, so a spike seems appropriate.Questions
dbt
combine fields from bothdbt_project.yml
and thedbt.flags
module before thefeature/click-cli
branch was merged?dbt_project.yml
and those passed in via flags/env vars before initialization of things that requireFlags
?The text was updated successfully, but these errors were encountered: