You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
has regressed in dbt v0.17.0. While this config worked in a BQ project in dbt v0.16.1, they reported that they needed to change project to database to apply the configuration in dbt v0.17.0.
This issue needs to be reproduced - there may be other factors that impact the incidence of this regression.
Steps To Reproduce
-- models/my_model.sql
{{ config(project='custom_project') }}
select 1 as id
dbt run
Confirm that the model was not build into the custom project override
Expected behavior
The model should be built into the project defined in the project config. Database-specific aliases should applied to config names.
System information
Which database are you using dbt with?
bigquery
The output of dbt --version:
0.17.0
The operating system you're using: Windows The output of python --version: Unknown
The text was updated successfully, but these errors were encountered:
Describe the bug
A user reported that a config like:
has regressed in dbt v0.17.0. While this config worked in a BQ project in dbt v0.16.1, they reported that they needed to change
project
todatabase
to apply the configuration in dbt v0.17.0.This issue needs to be reproduced - there may be other factors that impact the incidence of this regression.
Steps To Reproduce
Confirm that the model was not build into the custom project override
Expected behavior
The model should be built into the project defined in the
project
config. Database-specific aliases should applied to config names.System information
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using: Windows
The output of
python --version
: UnknownThe text was updated successfully, but these errors were encountered: