Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions docs/macros/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,19 @@ This behaves differently for the [stage](#stage) macro, which supports either st

#### ref style

```yaml
stg_customer:
source_model: 'raw_customer'
```
=== "model reference"

```yaml
stg_customer:
source_model: 'raw_customer'
```

=== "versioned model"

```yaml
stg_customer:
source_model: 'raw_customer.v1'
```

#### source style

Expand Down