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

Models that are disabled still fail compilation if they are missing vars #434

Closed
jthandy opened this issue May 17, 2017 · 2 comments · Fixed by #1429
Closed

Models that are disabled still fail compilation if they are missing vars #434

jthandy opened this issue May 17, 2017 · 2 comments · Fixed by #1429
Assignees
Labels
bug Something isn't working

Comments

@jthandy
Copy link
Member

jthandy commented May 17, 2017

To reproduce:

  1. create a model that requires a variable
  2. disable that model in dbt_project.yml
  3. do not supply the variable to the model

If models are disabled they shouldn't impact compilation in any way. Currently this is causing builds to fail to run that should succeed.

@drewbanin drewbanin added this to the Jinja Improvements milestone Mar 6, 2018
@drewbanin
Copy link
Contributor

I don't think this is true anymore. Will investigate

@drewbanin
Copy link
Contributor

^ this is still an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants