-
Notifications
You must be signed in to change notification settings - Fork 982
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Callout snippet for properties and configs (#4439)
### Previews - [Source properties](https://docs-getdbt-com-git-dbeatty-config-properties-callout-dbt-labs.vercel.app/reference/source-properties) - [Exposure properties](https://docs-getdbt-com-git-dbeatty-config-properties-callout-dbt-labs.vercel.app/reference/exposure-properties) - [Analysis properties](https://docs-getdbt-com-git-dbeatty-config-properties-callout-dbt-labs.vercel.app/reference/analysis-properties) - [Macro properties](https://docs-getdbt-com-git-dbeatty-config-properties-callout-dbt-labs.vercel.app/reference/macro-properties) ## What are you changing in this pull request and why? These changes were authored by @mirnawong1 as part of #3989. This adds a common callout about properties vs. configs near the top of the following pages: - [Source properties](https://docs.getdbt.com/reference/source-properties) - [Exposure properties](https://docs.getdbt.com/reference/exposure-properties) - [Analysis properties](https://docs.getdbt.com/reference/analysis-properties) - [Macro properties](https://docs.getdbt.com/reference/macro-properties) ### 🎩 When rendered, the snippet generally looks like this: <img width="818" alt="image" src="https://github.com/dbt-labs/docs.getdbt.com/assets/44704949/d9f8a093-94e5-40e3-a7d9-bf960c99049d"> ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) and [About versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) so my content adheres to these guidelines. - [x] I looked at the previews and everything is rendering okay
- Loading branch information
Showing
5 changed files
with
20 additions
and
6 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<span>{props.title} are "special properties" in that you can't configure them in the <code>dbt_project.yml</code> file or using <code>config()</code> blocks. Refer to <a href="https://docs.getdbt.com/reference/configs-and-properties#which-properties-are-not-also-configs" target="_self"> Configs and properties</a> for more info.</span> |