Quickstart
Developer experience
Blocks
Pipelines
dbt
- Overview
- Getting started
- New project
- Configuration
- Models
- Commands
Destinations
DuckDB
Basic config
connector_type: duckdb
profile: default # profile in the io_config.yaml
config:
table_name: table_name
Optional fields
schema_name: schema_name # Override the schema name. Default schema is "main"
Was this page helpful?
On this page