YFDashboard / src /dbt_yfdash /models /example /my_second_dbt_model.sql
Jon Solow
Add dbt_yfdash project
7e0ad06
raw
history blame
115 Bytes
-- Use the `ref` function to select from other models
select *
from {{ ref('my_first_dbt_model') }}
where id = 1