This commit is contained in:
2025-03-13 12:11:55 +02:00
commit ad530b133f
15 changed files with 240 additions and 0 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