-
Notifications
You must be signed in to change notification settings - Fork 944
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link to docs for
print()
macro (#5581)
## Previews - [Suppress non-error logs in output](https://docs-getdbt-com-git-dbeatty-print-function-hyperlinks-dbt-labs.vercel.app//reference/global-configs/logs#suppress-non-error-logs-in-output) - [Suppress print() messages in stdout](https://docs-getdbt-com-git-dbeatty-print-function-hyperlinks-dbt-labs.vercel.app//reference/global-configs/print-output#suppress-print-messages-in-stdout) - [print() support in dbt Python models](https://docs-getdbt-com-git-dbeatty-print-function-hyperlinks-dbt-labs.vercel.app//docs/build/python-models#limitations) ## What are you changing in this pull request and why? Two things: - Link to [dbt's `print()`](https://docs.getdbt.com/reference/dbt-jinja-functions/print) macro (where relevant) - Link to docs for [Python's built-in `print()`](https://docs.python.org/3/library/functions.html#print) function to differentiate it from [dbt's `print()`](https://docs.getdbt.com/reference/dbt-jinja-functions/print) macro ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters