Skip to content

Commit

Permalink
Revert "Update page title"
Browse files Browse the repository at this point in the history
This reverts commit e0e8309.
  • Loading branch information
dbeatty10 committed Nov 10, 2023
1 parent 26d7cf1 commit 5863a3d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions website/docs/reference/source-properties.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Source properties"
title: "About source properties"
description: "Learn how to use source properties in dbt."
---

Expand All @@ -8,13 +8,9 @@ description: "Learn how to use source properties in dbt."
- [Declaring resource properties](/reference/configs-and-properties)

## Overview
Source properties can be declared in `.yml` files in your `models/` directory (as defined by the [`model-paths` config](/reference/project-configs/model-paths)).

import PropsCallout from '/snippets/_config-prop-callout.md';

Source properties can be declared in any `properties.yml` file in your `models/` directory (as defined by the [`model-paths` config](/reference/project-configs/model-paths)). <PropsCallout title={frontMatter.title}/> <br />


You can name these files `whatever_you_want.yml`, and nest them arbitrarily deeply in subfolders within the `models/` directory:
You can name these files `whatever_you_want.yml`, and nest them arbitrarily deeply in subfolders within the `models/` directory.

<File name='models/<filename>.yml'>

Expand Down

0 comments on commit 5863a3d

Please sign in to comment.