Documentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
First time creating a connector? Read this first.
- A MotherDuck account.
- A MotherDuck access token for the account.
- A database in the account. You can run commands to manage MotherDuck databases, schemas, tables, and more in the MotherDuck UI or for example by connecting to MotherDuck with the DuckDB CLI.
-
A schema in the target database.
- Create a schema.
-
You can list available schemas and their parent catalogs by running the following command in the MotherDuck UI or the DuckDB CLI:
mainif not otherwise specified. -
A table in the target schema.
- Create a table.
-
You can list available tables in a schema by running the following commands in the MotherDuck UI or the DuckDB CLI, replacing the target catalog and schema names:
elementsif not otherwise specified. For maximum compatibility, Unstructured recommends the following table schema:You can list the schema of a table by running the following commands in the MotherDuck UI or the DuckDB CLI, replacing the target catalog, schema, and table names:
- On the sidebar, click Connectors.
- Click Destinations.
- Cick New or Create Connector.
- Give the connector some unique Name.
- In the Provider area, click MotherDuck.
- Click Continue.
- Follow the on-screen instructions to fill in the fields as described later on this page.
- Click Save and Test.
- Name (required): A unique name for this connector.
- Database (required): The name of the target MotherDuck database.
- Schema (required): The name of the target schema within the database.
- Table: The name of the target table within the schema. By default, this table is named
elementsif not otherwise specified. - MotherDuck Token (required): The access token value within the MotherDuck account that has the appropriate access to the target database, schema, and table.

