Skip to content

Commit

Permalink
Fix info message for TestsConfigDeprecation (#9823)
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke authored Mar 27, 2024
1 parent 9af5ec6 commit 80b2a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/events/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def code(self) -> str:
def message(self) -> str:
description = (
f"The `{self.deprecated_path}` config has been renamed to `{self.exp_path}`. "
"Please update your `dbt_project.yml` configuration to reflect this change."
"Please see https://docs.getdbt.com/docs/build/data-tests#new-data_tests-syntax for more information."
)
return line_wrap_message(warning_tag(f"Deprecated functionality\n\n{description}"))

Expand Down

0 comments on commit 80b2a47

Please sign in to comment.