7 lines
115 B
MySQL
7 lines
115 B
MySQL
|
|
|
||
|
|
-- Use the `ref` function to select from other models
|
||
|
|
|
||
|
|
select *
|
||
|
|
from {{ ref('my_first_dbt_model') }}
|
||
|
|
where id = 1
|