testing sqlmesh
This commit is contained in:
7
transform/sqlmesh_materia/models/raw/raw_psd_data.sql
Normal file
7
transform/sqlmesh_materia/models/raw/raw_psd_data.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
MODEL (
|
||||
name raw.psd_data,
|
||||
kind SEED (
|
||||
path '../../../../extract/psdonline/src/psdonline/data/**/*.csv'
|
||||
),
|
||||
cron '@daily',
|
||||
);
|
||||
Reference in New Issue
Block a user