data-dwh-dbt-project/models/example/my_second_dbt_model.sql

7 lines
115 B
MySQL
Raw Normal View History

2024-01-18 11:24:35 +01:00
-- Use the `ref` function to select from other models
select *
from {{ ref('my_first_dbt_model') }}
where id = 1