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

dbt_project.yml does not recognize boolean #156

Open
taylorterwin opened this issue Aug 16, 2024 · 4 comments
Open

dbt_project.yml does not recognize boolean #156

taylorterwin opened this issue Aug 16, 2024 · 4 comments

Comments

@taylorterwin
Copy link

Screenshot 2024-08-16 at 9 57 15 AM

Configurations stemming from https://hub.getdbt.com/tnightengale/dbt_meta_testing/latest/ implementing the required_docs and required_tests configuration.

@taylorterwin
Copy link
Author

Noting: user is on versionless + Snowflake

@dave-connors-3
Copy link
Contributor

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!

@joellabes
Copy link
Collaborator

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 🤔

@joellabes
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants