feat: fix dagster setup

This commit is contained in:
Stijnvandenbroek
2026-03-03 21:09:00 +00:00
parent 7dd520cf41
commit f56330a3d1
5 changed files with 22 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
-- Placeholder staging model.
-- Replace this with your actual source query, e.g.:
-- select * from {{ source('my_source', 'my_table') }}
-- Replace with your actual source query using the source() macro.
select 1 as id, 'example' as name