POST
/
dataset_id
string
required

The identifier of the dataset (workspace) to which the resource belongs.

Body Parameters

name
string
required

The name of the resource to display in the Brewit UI.

description
string

The description of the resource to display in the Brewit UI.

type
enum
required

The type of resource you are connecting to. Currently, we support: db:mysql (MySQL), db:postgres (PostgreSQL), dw:bigquery (BigQuery), dw:snowflake (Snowflake).

db_credentials
object
required

The credentials to connect to the resource. We will store the credentials securely and only display the insensitive fields (e.g. host, port, etc.) in the response.

Was this page helpful?