We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
12:30:00 Found ... models, ... snapshots, ... analysiss, ...
12:30:00 Found ... models, ... snapshots, ... analyses, ...
No response
- OS: 13.4.1 - Python: 3.10.11 - dbt: main
We moved the pluralize logic into dbt-common.
pluralize
If we're passing an object into pluralize, and it has its own pluralize method, we'll use it. If we're just passing a string, we won't.
The text was updated successfully, but these errors were encountered:
jtcohen6
Successfully merging a pull request may close this issue.
Is this a new bug in dbt-core?
Current Behavior
Expected Behavior
Steps To Reproduce
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
We moved the
pluralize
logic into dbt-common.If we're passing an object into
pluralize
, and it has its ownpluralize
method, we'll use it. If we're just passing a string, we won't.The text was updated successfully, but these errors were encountered: