diff --git a/docs/macros/index.md b/docs/macros/index.md index 122aad1..6d08f60 100644 --- a/docs/macros/index.md +++ b/docs/macros/index.md @@ -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