-
Notifications
You must be signed in to change notification settings - Fork 40
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
dbt_project.yml does not recognize boolean #156
Comments
Noting: user is on versionless + Snowflake |
thanks for the issue @taylorterwin! I think this is due to the fact that we don't currently have any package-specific configs supported out of the box here. I'll circle with @joellabes, but not sure we'd want to get in the business of trying to accommodate every config from every package! |
I think #68 is discussing the way we would go about this if we did want to go about it! Even then, I would have thought we'd have wanted to hide them inside the config dict instead of letting them roam free 🤔 |
One of the big problems here is that if we open up to allow alternative properties, a lot of the autocomplete plugins stop offering autocomplete because they don't know if you're trying to type one of the defined properties or add something outside of our known list. |
Configurations stemming from https://hub.getdbt.com/tnightengale/dbt_meta_testing/latest/ implementing the required_docs and required_tests configuration.
The text was updated successfully, but these errors were encountered: