init
This commit is contained in:
6
dbt/models/example/my_second_dbt_model.sql
Normal file
6
dbt/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
|
||||
Reference in New Issue
Block a user