Spaces:
Sleeping
Sleeping
File size: 115 Bytes
7e0ad06 |
1 2 3 4 5 6 7 |
-- Use the `ref` function to select from other models
select *
from {{ ref('my_first_dbt_model') }}
where id = 1
|