Files
beanflows/transform/sqlmesh_materia/models/raw/psd_attribute_codes.sql
2025-07-27 22:49:37 +02:00

10 lines
148 B
SQL

MODEL (
name raw.psd_attribute_codes,
kind SEED (
path '$root/seeds/psd_attribute_codes.csv',
csv_settings (
delimiter = ';'
)
)
);