> ## Documentation Index
> Fetch the complete documentation index at: https://mage-staging.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DuckDB

## Basic config

```yaml theme={null}
connector_type: duckdb
profile: default    # profile in the io_config.yaml
config:
  table_name: table_name
```

## Optional fields

```yaml theme={null}
schema_name: schema_name    # Override the schema name. Default schema is "main"
```
