Skip to content

Commit

Permalink
add link to documentation in deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Apr 22, 2024
1 parent 27d1a37 commit 14dbd00
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 @@ -455,7 +455,7 @@ def code(self) -> str:
return "D016"

def message(self) -> str:
description = f"Installed package '{self.package_name}' is overriding the built-in materialization '{self.materialization_name}'. Overrides of built-in materializations from installed packages will be deprecated in future versions of dbt."
description = f"Installed package '{self.package_name}' is overriding the built-in materialization '{self.materialization_name}'. Overrides of built-in materializations from installed packages will be deprecated in future versions of dbt. Please refer to https://docs.getdbt.com/reference/global-configs/legacy-behaviors#deprecate_package_materialization_builtin_override for detailed documentation and suggested workarounds."

return line_wrap_message(warning_tag(description))

Expand Down

0 comments on commit 14dbd00

Please sign in to comment.