Create a resource
Add data sources for Brewit to use.
POST
The identifier of the dataset (workspace) to which the resource belongs.
Body Parameters
The name of the resource to display in the Brewit UI.
The description of the resource to display in the Brewit UI.
The type of resource you are connecting to. Currently, we support: db:mysql
(MySQL), db:postgres
(PostgreSQL), dw:bigquery
(BigQuery), dw:snowflake
(Snowflake).
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.
MySQL
MySQL
PostgreSQL
PostgreSQL
BigQuery
BigQuery
You should extract the JSON from the service account key file downloaded from the Google Cloud Console.
Snowflake
Snowflake