DuckdbAttachment
A DuckdbAttachment makes an additional DuckDB database available in the parent source's connection so a single model query can join across both databases.
Attributes
| Field | Type | Default | Description |
|---|---|---|---|
| path | string | None | A unique path to this object |
| schema_name | string | None | Name of the schema to attach the source under. |
| source | None | Local DuckDB database source to attach in the connection that will be available in the base SQL query. |