Configuration¶
kelpmesh.yml¶
name: my_project
models_path: models
tests_path: tests
target_path: target
warehouse:
type: duckdb # or: snowflake, bigquery, postgres, databricks, fabric
database: my_db
schema: main
path: target/KelpMesh.duckdb
threads: 4