Files
mars-elt/dbt/models/example/my_second_dbt_model.sql
Grzegorz Michalski 2c225d68ac init
2026-03-02 09:47:35 +01: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