start project

This commit is contained in:
Pablo Martin 2024-01-18 11:24:35 +01:00
parent 82b9adb085
commit 727431b7b2
13 changed files with 1432 additions and 23 deletions

View file

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