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

[Bug] "FoundStats" message has incorrect node name plurals #9464

Closed
2 tasks done
jtcohen6 opened this issue Jan 26, 2024 · 0 comments · Fixed by #9465
Closed
2 tasks done

[Bug] "FoundStats" message has incorrect node name plurals #9464

jtcohen6 opened this issue Jan 26, 2024 · 0 comments · Fixed by #9465
Assignees
Labels
bug Something isn't working

Comments

@jtcohen6
Copy link
Contributor

Is this a new bug in dbt-core?

  • I believe this is a new bug in dbt-core
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

12:30:00  Found ... models, ... snapshots, ... analysiss, ...

Expected Behavior

12:30:00  Found ... models, ... snapshots, ... analyses, ...

Steps To Reproduce

  1. Define a project with >1 analyses
  2. Compile the project

Relevant log output

No response

Environment

- OS: 13.4.1
- Python: 3.10.11
- dbt: main

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 own pluralize method, we'll use it. If we're just passing a string, we won't.

@jtcohen6 jtcohen6 added the bug Something isn't working label Jan 26, 2024
@jtcohen6 jtcohen6 self-assigned this Jan 26, 2024
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.

1 participant