Skip to content

Commit

Permalink
Fix capitalization in Note event message about improper model names
Browse files Browse the repository at this point in the history
Co-authored-by: Emily Rockman <[email protected]>
  • Loading branch information
QMalcolm and emmyoop authored Apr 10, 2024
1 parent 9e6c72a commit 41e5b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/parser/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def check_for_spaces_in_model_names(self):
fire_event(

Check warning on line 655 in core/dbt/parser/manifest.py

View check run for this annotation

Codecov / codecov/patch

core/dbt/parser/manifest.py#L655

Added line #L655 was not covered by tests
Note(
msg=f"Found {improper_model_names} models with spaces in their names, which is deprecated."
"run again with `--debug` to see them all."
"Run again with `--debug` to see them all."
),
level=level,
)
Expand Down

0 comments on commit 41e5b5d

Please sign in to comment.