Files
beanflows/transform/sqlmesh_materia/schema.yml
2025-07-27 18:28:30 +02:00

21 lines
588 B
YAML

model:
name: raw.psd_alldata # schema.table_name format
kind: EXTERNAL # This is the key part!
format: csv # Specify the file format
dialect: duckdb # The dialect that will read this file
options:
auto_detect: true
columns:
commodity_code: string
commodity_description: string
country_code: string
country_name: string
market_year: int
calendar_year: int
month: int
attribute_id: string
attribute_description: string
unit_id: string
unit_description: string
value: float