sources
Add MotherDuck connection
Create a new MotherDuck data warehouse connection.
POST
/api/v1/sources/add/motherduck/
Headers
Authorizationrequiredany - API key authentication using Bearer scheme
Request Body
typerequiredstring - Connection type identifier. Must be `MOTHERDUCK`
account_namestring - Display name for the connection
database_namerequiredstring - Database name
tokenrequiredstring - MotherDuck authentication token
Response
idinteger - The ID of the created connection
