Destinations
DuckDB
Get Started
- Overview
- Quickstart
- Design
- Abstractions
Concepts
- Backfills
- Global Hooks
- Blocks
- Data integration
- dbt
- Global data products
- Pipelines
- Pipeline runs
- Schedules and triggers
- Streaming
Reference
- Configuration
- Development
- External tools
- Monitoring
- Testing
- AI generated code
- Visualizations
- Updating Mage
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