fix seeds; update models

This commit is contained in:
Deeman
2025-07-27 22:49:37 +02:00
parent c0d8f60d1c
commit 641f794d61
8 changed files with 363 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
MODEL (
name raw.psd_attribute_codes,
kind SEED (
path '$root/seeds/psd_attribute_codes.csv',
csv_settings (
delimiter = ';'
)
)
);