Files
econ250_2025/models/example/my_second_dbt_model.sql
2025-03-13 12:11:55 +02:00

7 lines
115 B
SQL

-- Use the `ref` function to select from other models
select *
from {{ ref('my_first_dbt_model') }}
where id = 1