start project
This commit is contained in:
parent
82b9adb085
commit
727431b7b2
13 changed files with 1432 additions and 23 deletions
6
models/example/my_second_dbt_model.sql
Normal file
6
models/example/my_second_dbt_model.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
-- Use the `ref` function to select from other models
|
||||
|
||||
select *
|
||||
from {{ ref('my_first_dbt_model') }}
|
||||
where id = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue