Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support config aliases in dbt_project.yml file configs #2562

Closed
drewbanin opened this issue Jun 17, 2020 · 1 comment
Closed

Support config aliases in dbt_project.yml file configs #2562

drewbanin opened this issue Jun 17, 2020 · 1 comment
Labels
bigquery enhancement New feature or request

Comments

@drewbanin
Copy link
Contributor

Describe the feature

Databases like BigQuery support config aliases (eg. project --> database). These configs are supported inline in model config() blocks, but are not yet supported in the dbt_project.yml file.

Let's add support to bring these two configs inline with each other!

# dbt_project.yml

models:
  project: my_project

^ this should configure all models to be built into the my_project project

@jtcohen6
Copy link
Contributor

This works! Looks like we fixed it back in #2575

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants