Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 7.03 KB

File metadata and controls

13 lines (9 loc) · 7.03 KB

DestinationDuckdb

⚠️ DEPRECATED: Typed connector configuration models are deprecated and will be removed in v1.1.0. Pass configuration as a plain dict with a required 'destinationType' key instead..

Fields

Field Type Required Description Example
destination_type models.Duckdb ✔️ N/A
destination_path str ✔️ Path to the .duckdb file, or the text 'md:' to connect to MotherDuck. The file will be placed inside that local mount. For more information check out our docs Example 1: /local/destination.duckdb
Example 2: md:
Example 3: motherduck:
motherduck_api_key Optional[str] API key to use for authentication to a MotherDuck database.
schema_ Optional[str] Database schema name, default for duckdb is 'main'. main