Skip to main content
POST
Create database
Create a new database (collection) in the Data Lake with an optional initial schema.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source
string
required

Body

application/json
name
string
required
Example:

"Shippings_2024"

variables
string[]

Initial headers/variables for the collection

Response

201 - application/json

Database created successfully.

name
string

Actual MongoDB collection name

userFriendlyName
string

Human-readable name without prefix